Shades of Corn Flower Blue #3F4071
Tints of Corn Flower Blue #3F4071
RGB
CMYK
RGB Variations
Color information
#3F4071 (or 0x3F4071) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 71. RGB value is (63,64,113). Sum of RGB (Red+Green+Blue) = 63+64+113=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4071 is #C0BF8E. Grayscale: #454545. Windows color (decimal): -12631951 or 7422015. OLE color: 7422015.
HSL color Cylindrical-coordinate representation of color #3F4071: hue angle of 238.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4071 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 64 | 113 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.56 |
| HSL | 238.8º | 0.28% | 0.35% | - |
| HSV(B) | 238.8º | 0.44% | 0.44% | - |
| XYZ | 6.86 | 5.92 | 16.4 | - |
| YUV | 69.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 113 | 0.44 | 0.43 | 0 | 0.56 | 238.8 | 0.28 | 0.35 |
| Hex | 3F | 40 | 71 | 2C | 2B | 0 | 38 | EF | 1C | 23 |
| Octal | 77 | 100 | 161 | 54 | 53 | 0 | 70 | 357 | 34 | 43 |
| Binary | 111111 | 1000000 | 1110001 | 101100 | 101011 | 0 | 111000 | 11101111 | 11100 | 100011 |
Color Harmonies of #3F4071
Complementary color
Monochromatic Colors of #3F4071
Black with #3F4071
Text Example
Text Example
White with #3F4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4071; }
p { color: rgb(63,64,113); }
H1.HeaderClassName
{
color: #3F4071;
}
.AnyTagClassName
{
color: #3F4071;
}
</style>
background-color css
<style>
a { background-color: #3F4071; }
a { background-color: rgb(63,64,113); }
div.DivClassName
{
background-color: #3F4071;
}
.BgClassName
{
background-color: #3F4071;
}
</style>
border-color css
<style>
span { border-color: #3F4071; }
span { border-color: rgb(63,64,113); }
td.TdClassName
{
border-color: #3F4071;
}
.TagClassName
{
border-color: #3F4071;
}
</style>