Shades of Corn Flower Blue #3F4173
Tints of Corn Flower Blue #3F4173
RGB
CMYK
RGB Variations
Color information
#3F4173 (or 0x3F4173) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 73. RGB value is (63,65,115). Sum of RGB (Red+Green+Blue) = 63+65+115=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4173 is #C0BE8C. Grayscale: #454545. Windows color (decimal): -12631693 or 7553343. OLE color: 7553343.
HSL color Cylindrical-coordinate representation of color #3F4173: hue angle of 237.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4173 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 65 | 115 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.55 |
| HSL | 237.69º | 0.29% | 0.35% | - |
| HSV(B) | 237.69º | 0.45% | 0.45% | - |
| XYZ | 7.03 | 6.08 | 17.02 | - |
| YUV | 70.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 115 | 0.45 | 0.43 | 0 | 0.55 | 237.69 | 0.29 | 0.35 |
| Hex | 3F | 41 | 73 | 2D | 2B | 0 | 37 | EE | 1D | 23 |
| Octal | 77 | 101 | 163 | 55 | 53 | 0 | 67 | 356 | 35 | 43 |
| Binary | 111111 | 1000001 | 1110011 | 101101 | 101011 | 0 | 110111 | 11101110 | 11101 | 100011 |
Color Harmonies of #3F4173
Complementary color
Monochromatic Colors of #3F4173
Black with #3F4173
Text Example
Text Example
White with #3F4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4173; }
p { color: rgb(63,65,115); }
H1.HeaderClassName
{
color: #3F4173;
}
.AnyTagClassName
{
color: #3F4173;
}
</style>
background-color css
<style>
a { background-color: #3F4173; }
a { background-color: rgb(63,65,115); }
div.DivClassName
{
background-color: #3F4173;
}
.BgClassName
{
background-color: #3F4173;
}
</style>
border-color css
<style>
span { border-color: #3F4173; }
span { border-color: rgb(63,65,115); }
td.TdClassName
{
border-color: #3F4173;
}
.TagClassName
{
border-color: #3F4173;
}
</style>