Shades of Corn Flower Blue #3F4065
Tints of Corn Flower Blue #3F4065
RGB
CMYK
RGB Variations
Color information
#3F4065 (or 0x3F4065) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 65. RGB value is (63,64,101). Sum of RGB (Red+Green+Blue) = 63+64+101=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F4065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4065 is #C0BF9A. Grayscale: #434343. Windows color (decimal): -12631963 or 6635583. OLE color: 6635583.
HSL color Cylindrical-coordinate representation of color #3F4065: hue angle of 238.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4065 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 64 | 101 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.60 |
| HSL | 238.42º | 0.23% | 0.32% | - |
| HSV(B) | 238.42º | 0.38% | 0.4% | - |
| XYZ | 6.23 | 5.66 | 13.08 | - |
| YUV | 67.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 101 | 0.38 | 0.37 | 0 | 0.60 | 238.42 | 0.23 | 0.32 |
| Hex | 3F | 40 | 65 | 26 | 25 | 0 | 3C | EE | 17 | 20 |
| Octal | 77 | 100 | 145 | 46 | 45 | 0 | 74 | 356 | 27 | 40 |
| Binary | 111111 | 1000000 | 1100101 | 100110 | 100101 | 0 | 111100 | 11101110 | 10111 | 100000 |
Color Harmonies of #3F4065
Complementary color
Monochromatic Colors of #3F4065
Black with #3F4065
Text Example
Text Example
White with #3F4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4065; }
p { color: rgb(63,64,101); }
H1.HeaderClassName
{
color: #3F4065;
}
.AnyTagClassName
{
color: #3F4065;
}
</style>
background-color css
<style>
a { background-color: #3F4065; }
a { background-color: rgb(63,64,101); }
div.DivClassName
{
background-color: #3F4065;
}
.BgClassName
{
background-color: #3F4065;
}
</style>
border-color css
<style>
span { border-color: #3F4065; }
span { border-color: rgb(63,64,101); }
td.TdClassName
{
border-color: #3F4065;
}
.TagClassName
{
border-color: #3F4065;
}
</style>