Shades of Corn Flower Blue #403F6F
Tints of Corn Flower Blue #403F6F
RGB
CMYK
RGB Variations
Color information
#403F6F (or 0x403F6F) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 6F. RGB value is (64,63,111). Sum of RGB (Red+Green+Blue) = 64+63+111=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #403F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F6F is #BFC090. Grayscale: #444444. Windows color (decimal): -12566673 or 7290688. OLE color: 7290688.
HSL color Cylindrical-coordinate representation of color #403F6F: hue angle of 241.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #403F6F is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 63 | 111 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.56 |
| HSL | 241.25º | 0.28% | 0.34% | - |
| HSV(B) | 241.25º | 0.43% | 0.44% | - |
| XYZ | 6.76 | 5.79 | 15.8 | - |
| YUV | 68.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 111 | 0.42 | 0.43 | 0 | 0.56 | 241.25 | 0.28 | 0.34 |
| Hex | 40 | 3F | 6F | 2A | 2B | 0 | 38 | F1 | 1C | 22 |
| Octal | 100 | 77 | 157 | 52 | 53 | 0 | 70 | 361 | 34 | 42 |
| Binary | 1000000 | 111111 | 1101111 | 101010 | 101011 | 0 | 111000 | 11110001 | 11100 | 100010 |
Color Harmonies of #403F6F
Complementary color
Monochromatic Colors of #403F6F
Black with #403F6F
Text Example
Text Example
White with #403F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F6F; }
p { color: rgb(64,63,111); }
H1.HeaderClassName
{
color: #403F6F;
}
.AnyTagClassName
{
color: #403F6F;
}
</style>
background-color css
<style>
a { background-color: #403F6F; }
a { background-color: rgb(64,63,111); }
div.DivClassName
{
background-color: #403F6F;
}
.BgClassName
{
background-color: #403F6F;
}
</style>
border-color css
<style>
span { border-color: #403F6F; }
span { border-color: rgb(64,63,111); }
td.TdClassName
{
border-color: #403F6F;
}
.TagClassName
{
border-color: #403F6F;
}
</style>