Shades of Corn Flower Blue #3E4064
Tints of Corn Flower Blue #3E4064
RGB
CMYK
RGB Variations
Color information
#3E4064 (or 0x3E4064) is known color: Corn Flower Blue. HEX triplet: 3E, 40 and 64. RGB value is (62,64,100). Sum of RGB (Red+Green+Blue) = 62+64+100=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E4064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4064 is #C1BF9B. Grayscale: #434343. Windows color (decimal): -12697500 or 6570046. OLE color: 6570046.
HSL color Cylindrical-coordinate representation of color #3E4064: hue angle of 236.84º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E4064 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 64 | 100 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.61 |
| HSL | 236.84º | 0.23% | 0.32% | - |
| HSV(B) | 236.84º | 0.38% | 0.39% | - |
| XYZ | 6.12 | 5.61 | 12.82 | - |
| YUV | 67.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 100 | 0.38 | 0.36 | 0 | 0.61 | 236.84 | 0.23 | 0.32 |
| Hex | 3E | 40 | 64 | 26 | 24 | 0 | 3D | ED | 17 | 20 |
| Octal | 76 | 100 | 144 | 46 | 44 | 0 | 75 | 355 | 27 | 40 |
| Binary | 111110 | 1000000 | 1100100 | 100110 | 100100 | 0 | 111101 | 11101101 | 10111 | 100000 |
Color Harmonies of #3E4064
Complementary color
Monochromatic Colors of #3E4064
Black with #3E4064
Text Example
Text Example
White with #3E4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4064; }
p { color: rgb(62,64,100); }
H1.HeaderClassName
{
color: #3E4064;
}
.AnyTagClassName
{
color: #3E4064;
}
</style>
background-color css
<style>
a { background-color: #3E4064; }
a { background-color: rgb(62,64,100); }
div.DivClassName
{
background-color: #3E4064;
}
.BgClassName
{
background-color: #3E4064;
}
</style>
border-color css
<style>
span { border-color: #3E4064; }
span { border-color: rgb(62,64,100); }
td.TdClassName
{
border-color: #3E4064;
}
.TagClassName
{
border-color: #3E4064;
}
</style>