Shades of Corn Flower Blue #3E406B
Tints of Corn Flower Blue #3E406B
RGB
CMYK
RGB Variations
Color information
#3E406B (or 0x3E406B) is known color: Corn Flower Blue. HEX triplet: 3E, 40 and 6B. RGB value is (62,64,107). Sum of RGB (Red+Green+Blue) = 62+64+107=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E406B is #C1BF94. Grayscale: #444444. Windows color (decimal): -12697493 or 7028798. OLE color: 7028798.
HSL color Cylindrical-coordinate representation of color #3E406B: hue angle of 237.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E406B is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 64 | 107 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.58 |
| HSL | 237.33º | 0.27% | 0.33% | - |
| HSV(B) | 237.33º | 0.42% | 0.42% | - |
| XYZ | 6.47 | 5.75 | 14.68 | - |
| YUV | 68.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 107 | 0.42 | 0.40 | 0 | 0.58 | 237.33 | 0.27 | 0.33 |
| Hex | 3E | 40 | 6B | 2A | 28 | 0 | 3A | ED | 1B | 21 |
| Octal | 76 | 100 | 153 | 52 | 50 | 0 | 72 | 355 | 33 | 41 |
| Binary | 111110 | 1000000 | 1101011 | 101010 | 101000 | 0 | 111010 | 11101101 | 11011 | 100001 |
Color Harmonies of #3E406B
Complementary color
Monochromatic Colors of #3E406B
Black with #3E406B
Text Example
Text Example
White with #3E406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E406B; }
p { color: rgb(62,64,107); }
H1.HeaderClassName
{
color: #3E406B;
}
.AnyTagClassName
{
color: #3E406B;
}
</style>
background-color css
<style>
a { background-color: #3E406B; }
a { background-color: rgb(62,64,107); }
div.DivClassName
{
background-color: #3E406B;
}
.BgClassName
{
background-color: #3E406B;
}
</style>
border-color css
<style>
span { border-color: #3E406B; }
span { border-color: rgb(62,64,107); }
td.TdClassName
{
border-color: #3E406B;
}
.TagClassName
{
border-color: #3E406B;
}
</style>