Shades of Corn Flower Blue #404265
Tints of Corn Flower Blue #404265
RGB
CMYK
RGB Variations
Color information
#404265 (or 0x404265) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 65. RGB value is (64,66,101). Sum of RGB (Red+Green+Blue) = 64+66+101=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #404265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404265 is #BFBD9A. Grayscale: #454545. Windows color (decimal): -12565915 or 6636096. OLE color: 6636096.
HSL color Cylindrical-coordinate representation of color #404265: hue angle of 236.76º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404265 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 66 | 101 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.60 |
| HSL | 236.76º | 0.22% | 0.32% | - |
| HSV(B) | 236.76º | 0.37% | 0.4% | - |
| XYZ | 6.41 | 5.93 | 13.12 | - |
| YUV | 69.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 101 | 0.37 | 0.35 | 0 | 0.60 | 236.76 | 0.22 | 0.32 |
| Hex | 40 | 42 | 65 | 25 | 23 | 0 | 3C | ED | 16 | 20 |
| Octal | 100 | 102 | 145 | 45 | 43 | 0 | 74 | 355 | 26 | 40 |
| Binary | 1000000 | 1000010 | 1100101 | 100101 | 100011 | 0 | 111100 | 11101101 | 10110 | 100000 |
Color Harmonies of #404265
Complementary color
Monochromatic Colors of #404265
Black with #404265
Text Example
Text Example
White with #404265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404265; }
p { color: rgb(64,66,101); }
H1.HeaderClassName
{
color: #404265;
}
.AnyTagClassName
{
color: #404265;
}
</style>
background-color css
<style>
a { background-color: #404265; }
a { background-color: rgb(64,66,101); }
div.DivClassName
{
background-color: #404265;
}
.BgClassName
{
background-color: #404265;
}
</style>
border-color css
<style>
span { border-color: #404265; }
span { border-color: rgb(64,66,101); }
td.TdClassName
{
border-color: #404265;
}
.TagClassName
{
border-color: #404265;
}
</style>