Shades of Corn Flower Blue #3F406D
Tints of Corn Flower Blue #3F406D
RGB
CMYK
RGB Variations
Color information
#3F406D (or 0x3F406D) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 6D. RGB value is (63,64,109). Sum of RGB (Red+Green+Blue) = 63+64+109=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F406D is #C0BF92. Grayscale: #444444. Windows color (decimal): -12631955 or 7159871. OLE color: 7159871.
HSL color Cylindrical-coordinate representation of color #3F406D: hue angle of 238.7º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F406D is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 64 | 109 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.57 |
| HSL | 238.7º | 0.27% | 0.34% | - |
| HSV(B) | 238.7º | 0.42% | 0.43% | - |
| XYZ | 6.64 | 5.83 | 15.24 | - |
| YUV | 68.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 109 | 0.42 | 0.41 | 0 | 0.57 | 238.7 | 0.27 | 0.34 |
| Hex | 3F | 40 | 6D | 2A | 29 | 0 | 39 | EF | 1B | 22 |
| Octal | 77 | 100 | 155 | 52 | 51 | 0 | 71 | 357 | 33 | 42 |
| Binary | 111111 | 1000000 | 1101101 | 101010 | 101001 | 0 | 111001 | 11101111 | 11011 | 100010 |
Color Harmonies of #3F406D
Complementary color
Monochromatic Colors of #3F406D
Black with #3F406D
Text Example
Text Example
White with #3F406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F406D; }
p { color: rgb(63,64,109); }
H1.HeaderClassName
{
color: #3F406D;
}
.AnyTagClassName
{
color: #3F406D;
}
</style>
background-color css
<style>
a { background-color: #3F406D; }
a { background-color: rgb(63,64,109); }
div.DivClassName
{
background-color: #3F406D;
}
.BgClassName
{
background-color: #3F406D;
}
</style>
border-color css
<style>
span { border-color: #3F406D; }
span { border-color: rgb(63,64,109); }
td.TdClassName
{
border-color: #3F406D;
}
.TagClassName
{
border-color: #3F406D;
}
</style>