Shades of Corn Flower Blue #3F4171
Tints of Corn Flower Blue #3F4171
RGB
CMYK
RGB Variations
Color information
#3F4171 (or 0x3F4171) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 71. RGB value is (63,65,113). Sum of RGB (Red+Green+Blue) = 63+65+113=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4171 is #C0BE8E. Grayscale: #454545. Windows color (decimal): -12631695 or 7422271. OLE color: 7422271.
HSL color Cylindrical-coordinate representation of color #3F4171: hue angle of 237.6º 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 #3F4171 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 65 | 113 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.56 |
| HSL | 237.6º | 0.28% | 0.35% | - |
| HSV(B) | 237.6º | 0.44% | 0.44% | - |
| XYZ | 6.92 | 6.03 | 16.42 | - |
| YUV | 69.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 113 | 0.44 | 0.42 | 0 | 0.56 | 237.6 | 0.28 | 0.35 |
| Hex | 3F | 41 | 71 | 2C | 2A | 0 | 38 | EE | 1C | 23 |
| Octal | 77 | 101 | 161 | 54 | 52 | 0 | 70 | 356 | 34 | 43 |
| Binary | 111111 | 1000001 | 1110001 | 101100 | 101010 | 0 | 111000 | 11101110 | 11100 | 100011 |
Color Harmonies of #3F4171
Complementary color
Monochromatic Colors of #3F4171
Black with #3F4171
Text Example
Text Example
White with #3F4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4171; }
p { color: rgb(63,65,113); }
H1.HeaderClassName
{
color: #3F4171;
}
.AnyTagClassName
{
color: #3F4171;
}
</style>
background-color css
<style>
a { background-color: #3F4171; }
a { background-color: rgb(63,65,113); }
div.DivClassName
{
background-color: #3F4171;
}
.BgClassName
{
background-color: #3F4171;
}
</style>
border-color css
<style>
span { border-color: #3F4171; }
span { border-color: rgb(63,65,113); }
td.TdClassName
{
border-color: #3F4171;
}
.TagClassName
{
border-color: #3F4171;
}
</style>