Shades of Corn Flower Blue #413C69
Tints of Corn Flower Blue #413C69
RGB
CMYK
RGB Variations
Color information
#413C69 (or 0x413C69) is known color: Corn Flower Blue. HEX triplet: 41, 3C and 69. RGB value is (65,60,105). Sum of RGB (Red+Green+Blue) = 65+60+105=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #413C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C69 is #BEC396. Grayscale: #424242. Windows color (decimal): -12501911 or 6896705. OLE color: 6896705.
HSL color Cylindrical-coordinate representation of color #413C69: hue angle of 246.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413C69 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 60 | 105 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.59 |
| HSL | 246.67º | 0.27% | 0.32% | - |
| HSV(B) | 246.67º | 0.43% | 0.41% | - |
| XYZ | 6.35 | 5.38 | 14.07 | - |
| YUV | 66.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 105 | 0.38 | 0.43 | 0 | 0.59 | 246.67 | 0.27 | 0.32 |
| Hex | 41 | 3C | 69 | 26 | 2B | 0 | 3B | F7 | 1B | 20 |
| Octal | 101 | 74 | 151 | 46 | 53 | 0 | 73 | 367 | 33 | 40 |
| Binary | 1000001 | 111100 | 1101001 | 100110 | 101011 | 0 | 111011 | 11110111 | 11011 | 100000 |
Color Harmonies of #413C69
Complementary color
Monochromatic Colors of #413C69
Black with #413C69
Text Example
Text Example
White with #413C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C69; }
p { color: rgb(65,60,105); }
H1.HeaderClassName
{
color: #413C69;
}
.AnyTagClassName
{
color: #413C69;
}
</style>
background-color css
<style>
a { background-color: #413C69; }
a { background-color: rgb(65,60,105); }
div.DivClassName
{
background-color: #413C69;
}
.BgClassName
{
background-color: #413C69;
}
</style>
border-color css
<style>
span { border-color: #413C69; }
span { border-color: rgb(65,60,105); }
td.TdClassName
{
border-color: #413C69;
}
.TagClassName
{
border-color: #413C69;
}
</style>