Color: #3266CD
#3266CD Color Information
#3266CD is a dark color. The closest websafe version is #3266CD. A complement of this color would be #CD9932, perceived brightness is 0.39, and the grayscale version is #808080.
In the HSL color space, this color has a hue angle of 220°,a saturation of 61%, and a lightness of 50%.The HSV representation shows a hue of 220°, a saturation of 100%, and a value of 100%.
In a RGB color space, #3266CD is composed of 20% red, 40% green and 80% blue. Whereas in a CMYK color space, it is composed of 76% cyan, 50% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 13.94, x: 0.2056, and y: 0.1881.
Color Code #3266CD
Shades of Color #3266CD
Shades are created by darkening the original color #3266CD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #3266CD
Tints are created by lightening the original color #3266CD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #3266CD Color Code
In the HSL color space, this color has a hue angle of 220°, a saturation of 61%, and a lightness of 50%. The HSV representation shows a hue of 220°, a saturation of 76%, and a value of 80%.
- HEX: #3266CD
- RGB: rgb(50, 102, 205)
- HSL: hsl(220, 61%, 50%)
- HSV: hsv(220, 76%, 80%)
- CMYK: 76.00% cyan, 50.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 15.24, 13.94, 44.93
- Yxy: 13.94, 0.2056, 0.1881
- Hunter Lab: 44.14, 11.13, -59.63
- CIE-Lab: 44.14, 11.13, -59.63
In the XYZ color space, this color is represented as X: 15.24, Y: 13.94, Z: 44.93. The Yxy representation further refines this as Y: 13.94, x: 0.2056, and y: 0.1881.
In the Hunter Lab color space, this color is represented as L: 44.14, a: 11.13, and b: -59.63. Similarly, in the CIE-Lab color space, it is represented as L: 44.14, a: 11.13, and b: -59.63.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #3266CD
Triadic colors are three colors evenly spaced around the color wheel, including #3266CD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #3266CD
Monochromatic colors are variations of #3266CD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #3266CD
The complementary color of #3266CD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #3266CD
/* Using HEX */ body { background-color: #3266cd; }
/* Using RGB */ body { background-color: rgb(50, 102, 205); }
/* Using RGB with opacity */ body { background-color: rgba(50, 102, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(220, 61%, 50%); }
/* Text color */ p { color: #3266cd; }
/* Box shadow */ div { box-shadow: 4px 4px #3266cd; }
HTML Examples of #3266CD
<!-- Using HEX --> <div style="background-color: #3266cd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(50, 102, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(50, 102, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(220, 61%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #3266cd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #3266cd; width: 100px; height: 100px;"></div>
Related Colors of #3266CD
These colors are similar to #3266CD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.