Shades of Corn Flower Blue #3F3E69
Tints of Corn Flower Blue #3F3E69
RGB
CMYK
RGB Variations
Color information
#3F3E69 (or 0x3F3E69) is known color: Corn Flower Blue. HEX triplet: 3F, 3E and 69. RGB value is (63,62,105). Sum of RGB (Red+Green+Blue) = 63+62+105=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F3E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3E69 is #C0C196. Grayscale: #434343. Windows color (decimal): -12632471 or 6897215. OLE color: 6897215.
HSL color Cylindrical-coordinate representation of color #3F3E69: hue angle of 241.4º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F3E69 is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 62 | 105 | - |
| CMYK | 0.4 | 0.41 | 0 | 0.59 |
| HSL | 241.4º | 0.26% | 0.33% | - |
| HSV(B) | 241.4º | 0.41% | 0.41% | - |
| XYZ | 6.32 | 5.52 | 14.1 | - |
| YUV | 67.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 105 | 0.4 | 0.41 | 0 | 0.59 | 241.4 | 0.26 | 0.33 |
| Hex | 3F | 3E | 69 | 28 | 29 | 0 | 3B | F1 | 1A | 21 |
| Octal | 77 | 76 | 151 | 50 | 51 | 0 | 73 | 361 | 32 | 41 |
| Binary | 111111 | 111110 | 1101001 | 101000 | 101001 | 0 | 111011 | 11110001 | 11010 | 100001 |
Color Harmonies of #3F3E69
Complementary color
Monochromatic Colors of #3F3E69
Black with #3F3E69
Text Example
Text Example
White with #3F3E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E69; }
p { color: rgb(63,62,105); }
H1.HeaderClassName
{
color: #3F3E69;
}
.AnyTagClassName
{
color: #3F3E69;
}
</style>
background-color css
<style>
a { background-color: #3F3E69; }
a { background-color: rgb(63,62,105); }
div.DivClassName
{
background-color: #3F3E69;
}
.BgClassName
{
background-color: #3F3E69;
}
</style>
border-color css
<style>
span { border-color: #3F3E69; }
span { border-color: rgb(63,62,105); }
td.TdClassName
{
border-color: #3F3E69;
}
.TagClassName
{
border-color: #3F3E69;
}
</style>