Shades of Corn Flower Blue #3E406D
Tints of Corn Flower Blue #3E406D
RGB
CMYK
RGB Variations
Color information
#3E406D (or 0x3E406D) is known color: Corn Flower Blue. HEX triplet: 3E, 40 and 6D. RGB value is (62,64,109). Sum of RGB (Red+Green+Blue) = 62+64+109=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E406D is #C1BF92. Grayscale: #444444. Windows color (decimal): -12697491 or 7159870. OLE color: 7159870.
HSL color Cylindrical-coordinate representation of color #3E406D: hue angle of 237.45º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E406D is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 64 | 109 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.57 |
| HSL | 237.45º | 0.27% | 0.34% | - |
| HSV(B) | 237.45º | 0.43% | 0.43% | - |
| XYZ | 6.58 | 5.8 | 15.24 | - |
| YUV | 68.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 109 | 0.43 | 0.41 | 0 | 0.57 | 237.45 | 0.27 | 0.34 |
| Hex | 3E | 40 | 6D | 2B | 29 | 0 | 39 | ED | 1B | 22 |
| Octal | 76 | 100 | 155 | 53 | 51 | 0 | 71 | 355 | 33 | 42 |
| Binary | 111110 | 1000000 | 1101101 | 101011 | 101001 | 0 | 111001 | 11101101 | 11011 | 100010 |
Color Harmonies of #3E406D
Complementary color
Monochromatic Colors of #3E406D
Black with #3E406D
Text Example
Text Example
White with #3E406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E406D; }
p { color: rgb(62,64,109); }
H1.HeaderClassName
{
color: #3E406D;
}
.AnyTagClassName
{
color: #3E406D;
}
</style>
background-color css
<style>
a { background-color: #3E406D; }
a { background-color: rgb(62,64,109); }
div.DivClassName
{
background-color: #3E406D;
}
.BgClassName
{
background-color: #3E406D;
}
</style>
border-color css
<style>
span { border-color: #3E406D; }
span { border-color: rgb(62,64,109); }
td.TdClassName
{
border-color: #3E406D;
}
.TagClassName
{
border-color: #3E406D;
}
</style>