Shades of Corn Flower Blue #3C3E66
Tints of Corn Flower Blue #3C3E66
RGB
CMYK
RGB Variations
Color information
#3C3E66 (or 0x3C3E66) is known color: Corn Flower Blue. HEX triplet: 3C, 3E and 66. RGB value is (60,62,102). Sum of RGB (Red+Green+Blue) = 60+62+102=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C3E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3E66 is #C3C199. Grayscale: #414141. Windows color (decimal): -12829082 or 6700604. OLE color: 6700604.
HSL color Cylindrical-coordinate representation of color #3C3E66: hue angle of 237.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C3E66 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 62 | 102 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.6 |
| HSL | 237.14º | 0.26% | 0.32% | - |
| HSV(B) | 237.14º | 0.41% | 0.4% | - |
| XYZ | 5.98 | 5.37 | 13.29 | - |
| YUV | 65.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 102 | 0.41 | 0.39 | 0 | 0.6 | 237.14 | 0.26 | 0.32 |
| Hex | 3C | 3E | 66 | 29 | 27 | 0 | 3C | ED | 1A | 20 |
| Octal | 74 | 76 | 146 | 51 | 47 | 0 | 74 | 355 | 32 | 40 |
| Binary | 111100 | 111110 | 1100110 | 101001 | 100111 | 0 | 111100 | 11101101 | 11010 | 100000 |
Color Harmonies of #3C3E66
Complementary color
Monochromatic Colors of #3C3E66
Black with #3C3E66
Text Example
Text Example
White with #3C3E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E66; }
p { color: rgb(60,62,102); }
H1.HeaderClassName
{
color: #3C3E66;
}
.AnyTagClassName
{
color: #3C3E66;
}
</style>
background-color css
<style>
a { background-color: #3C3E66; }
a { background-color: rgb(60,62,102); }
div.DivClassName
{
background-color: #3C3E66;
}
.BgClassName
{
background-color: #3C3E66;
}
</style>
border-color css
<style>
span { border-color: #3C3E66; }
span { border-color: rgb(60,62,102); }
td.TdClassName
{
border-color: #3C3E66;
}
.TagClassName
{
border-color: #3C3E66;
}
</style>