Shades of Corn Flower Blue #403C65
Tints of Corn Flower Blue #403C65
RGB
CMYK
RGB Variations
Color information
#403C65 (or 0x403C65) is known color: Corn Flower Blue. HEX triplet: 40, 3C and 65. RGB value is (64,60,101). Sum of RGB (Red+Green+Blue) = 64+60+101=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #403C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C65 is #BFC39A. Grayscale: #414141. Windows color (decimal): -12567451 or 6634560. OLE color: 6634560.
HSL color Cylindrical-coordinate representation of color #403C65: hue angle of 245.85º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403C65 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 60 | 101 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.60 |
| HSL | 245.85º | 0.25% | 0.32% | - |
| HSV(B) | 245.85º | 0.41% | 0.4% | - |
| XYZ | 6.08 | 5.26 | 13.01 | - |
| YUV | 65.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 101 | 0.37 | 0.41 | 0 | 0.60 | 245.85 | 0.25 | 0.32 |
| Hex | 40 | 3C | 65 | 25 | 29 | 0 | 3C | F6 | 19 | 20 |
| Octal | 100 | 74 | 145 | 45 | 51 | 0 | 74 | 366 | 31 | 40 |
| Binary | 1000000 | 111100 | 1100101 | 100101 | 101001 | 0 | 111100 | 11110110 | 11001 | 100000 |
Color Harmonies of #403C65
Complementary color
Monochromatic Colors of #403C65
Black with #403C65
Text Example
Text Example
White with #403C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C65; }
p { color: rgb(64,60,101); }
H1.HeaderClassName
{
color: #403C65;
}
.AnyTagClassName
{
color: #403C65;
}
</style>
background-color css
<style>
a { background-color: #403C65; }
a { background-color: rgb(64,60,101); }
div.DivClassName
{
background-color: #403C65;
}
.BgClassName
{
background-color: #403C65;
}
</style>
border-color css
<style>
span { border-color: #403C65; }
span { border-color: rgb(64,60,101); }
td.TdClassName
{
border-color: #403C65;
}
.TagClassName
{
border-color: #403C65;
}
</style>