Shades of Corn Flower Blue #3F4375
Tints of Corn Flower Blue #3F4375
RGB
CMYK
RGB Variations
Color information
#3F4375 (or 0x3F4375) is known color: Corn Flower Blue. HEX triplet: 3F, 43 and 75. RGB value is (63,67,117). Sum of RGB (Red+Green+Blue) = 63+67+117=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4375 is #C0BC8A. Grayscale: #474747. Windows color (decimal): -12631179 or 7684927. OLE color: 7684927.
HSL color Cylindrical-coordinate representation of color #3F4375: hue angle of 235.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F4375 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 67 | 117 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.54 |
| HSL | 235.56º | 0.3% | 0.35% | - |
| HSV(B) | 235.56º | 0.46% | 0.46% | - |
| XYZ | 7.27 | 6.36 | 17.67 | - |
| YUV | 71.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 117 | 0.46 | 0.43 | 0 | 0.54 | 235.56 | 0.3 | 0.35 |
| Hex | 3F | 43 | 75 | 2E | 2B | 0 | 36 | EC | 1E | 23 |
| Octal | 77 | 103 | 165 | 56 | 53 | 0 | 66 | 354 | 36 | 43 |
| Binary | 111111 | 1000011 | 1110101 | 101110 | 101011 | 0 | 110110 | 11101100 | 11110 | 100011 |
Color Harmonies of #3F4375
Complementary color
Monochromatic Colors of #3F4375
Black with #3F4375
Text Example
Text Example
White with #3F4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4375; }
p { color: rgb(63,67,117); }
H1.HeaderClassName
{
color: #3F4375;
}
.AnyTagClassName
{
color: #3F4375;
}
</style>
background-color css
<style>
a { background-color: #3F4375; }
a { background-color: rgb(63,67,117); }
div.DivClassName
{
background-color: #3F4375;
}
.BgClassName
{
background-color: #3F4375;
}
</style>
border-color css
<style>
span { border-color: #3F4375; }
span { border-color: rgb(63,67,117); }
td.TdClassName
{
border-color: #3F4375;
}
.TagClassName
{
border-color: #3F4375;
}
</style>