Shades of Corn Flower Blue #3F405E
Tints of Corn Flower Blue #3F405E
RGB
CMYK
RGB Variations
Color information
#3F405E (or 0x3F405E) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 5E. RGB value is (63,64,94). Sum of RGB (Red+Green+Blue) = 63+64+94=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F405E is #C0BFA1. Grayscale: #434343. Windows color (decimal): -12631970 or 6176831. OLE color: 6176831.
HSL color Cylindrical-coordinate representation of color #3F405E: hue angle of 238.06º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F405E is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 64 | 94 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.63 |
| HSL | 238.06º | 0.2% | 0.31% | - |
| HSV(B) | 238.06º | 0.33% | 0.37% | - |
| XYZ | 5.9 | 5.53 | 11.35 | - |
| YUV | 67.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 94 | 0.33 | 0.32 | 0 | 0.63 | 238.06 | 0.2 | 0.31 |
| Hex | 3F | 40 | 5E | 21 | 20 | 0 | 3F | EE | 14 | 1F |
| Octal | 77 | 100 | 136 | 41 | 40 | 0 | 77 | 356 | 24 | 37 |
| Binary | 111111 | 1000000 | 1011110 | 100001 | 100000 | 0 | 111111 | 11101110 | 10100 | 11111 |
Color Harmonies of #3F405E
Complementary color
Monochromatic Colors of #3F405E
Black with #3F405E
Text Example
Text Example
White with #3F405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F405E; }
p { color: rgb(63,64,94); }
H1.HeaderClassName
{
color: #3F405E;
}
.AnyTagClassName
{
color: #3F405E;
}
</style>
background-color css
<style>
a { background-color: #3F405E; }
a { background-color: rgb(63,64,94); }
div.DivClassName
{
background-color: #3F405E;
}
.BgClassName
{
background-color: #3F405E;
}
</style>
border-color css
<style>
span { border-color: #3F405E; }
span { border-color: rgb(63,64,94); }
td.TdClassName
{
border-color: #3F405E;
}
.TagClassName
{
border-color: #3F405E;
}
</style>