Shades of Corn Flower Blue #403C6A
Tints of Corn Flower Blue #403C6A
RGB
CMYK
RGB Variations
Color information
#403C6A (or 0x403C6A) is known color: Corn Flower Blue. HEX triplet: 40, 3C and 6A. RGB value is (64,60,106). Sum of RGB (Red+Green+Blue) = 64+60+106=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #403C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C6A is #BFC395. Grayscale: #424242. Windows color (decimal): -12567446 or 6962240. OLE color: 6962240.
HSL color Cylindrical-coordinate representation of color #403C6A: hue angle of 245.22º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #403C6A is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 60 | 106 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.58 |
| HSL | 245.22º | 0.28% | 0.33% | - |
| HSV(B) | 245.22º | 0.43% | 0.42% | - |
| XYZ | 6.33 | 5.36 | 14.34 | - |
| YUV | 66.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 106 | 0.40 | 0.43 | 0 | 0.58 | 245.22 | 0.28 | 0.33 |
| Hex | 40 | 3C | 6A | 28 | 2B | 0 | 3A | F5 | 1C | 21 |
| Octal | 100 | 74 | 152 | 50 | 53 | 0 | 72 | 365 | 34 | 41 |
| Binary | 1000000 | 111100 | 1101010 | 101000 | 101011 | 0 | 111010 | 11110101 | 11100 | 100001 |
Color Harmonies of #403C6A
Complementary color
Monochromatic Colors of #403C6A
Black with #403C6A
Text Example
Text Example
White with #403C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C6A; }
p { color: rgb(64,60,106); }
H1.HeaderClassName
{
color: #403C6A;
}
.AnyTagClassName
{
color: #403C6A;
}
</style>
background-color css
<style>
a { background-color: #403C6A; }
a { background-color: rgb(64,60,106); }
div.DivClassName
{
background-color: #403C6A;
}
.BgClassName
{
background-color: #403C6A;
}
</style>
border-color css
<style>
span { border-color: #403C6A; }
span { border-color: rgb(64,60,106); }
td.TdClassName
{
border-color: #403C6A;
}
.TagClassName
{
border-color: #403C6A;
}
</style>