Shades of Corn Flower Blue #414366
Tints of Corn Flower Blue #414366
RGB
CMYK
RGB Variations
Color information
#414366 (or 0x414366) is known color: Corn Flower Blue. HEX triplet: 41, 43 and 66. RGB value is (65,67,102). Sum of RGB (Red+Green+Blue) = 65+67+102=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #414366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414366 is #BEBC99. Grayscale: #464646. Windows color (decimal): -12500122 or 6701889. OLE color: 6701889.
HSL color Cylindrical-coordinate representation of color #414366: hue angle of 236.76º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414366 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 67 | 102 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.6 |
| HSL | 236.76º | 0.22% | 0.33% | - |
| HSV(B) | 236.76º | 0.36% | 0.4% | - |
| XYZ | 6.59 | 6.1 | 13.4 | - |
| YUV | 70.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 102 | 0.36 | 0.34 | 0 | 0.6 | 236.76 | 0.22 | 0.33 |
| Hex | 41 | 43 | 66 | 24 | 22 | 0 | 3C | ED | 16 | 21 |
| Octal | 101 | 103 | 146 | 44 | 42 | 0 | 74 | 355 | 26 | 41 |
| Binary | 1000001 | 1000011 | 1100110 | 100100 | 100010 | 0 | 111100 | 11101101 | 10110 | 100001 |
Color Harmonies of #414366
Complementary color
Monochromatic Colors of #414366
Black with #414366
Text Example
Text Example
White with #414366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414366; }
p { color: rgb(65,67,102); }
H1.HeaderClassName
{
color: #414366;
}
.AnyTagClassName
{
color: #414366;
}
</style>
background-color css
<style>
a { background-color: #414366; }
a { background-color: rgb(65,67,102); }
div.DivClassName
{
background-color: #414366;
}
.BgClassName
{
background-color: #414366;
}
</style>
border-color css
<style>
span { border-color: #414366; }
span { border-color: rgb(65,67,102); }
td.TdClassName
{
border-color: #414366;
}
.TagClassName
{
border-color: #414366;
}
</style>