Shades of Corn Flower Blue #413D68
Tints of Corn Flower Blue #413D68
RGB
CMYK
RGB Variations
Color information
#413D68 (or 0x413D68) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 68. RGB value is (65,61,104). Sum of RGB (Red+Green+Blue) = 65+61+104=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #413D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D68 is #BEC297. Grayscale: #424242. Windows color (decimal): -12501656 or 6831425. OLE color: 6831425.
HSL color Cylindrical-coordinate representation of color #413D68: hue angle of 245.58º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #413D68 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 61 | 104 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.59 |
| HSL | 245.58º | 0.26% | 0.32% | - |
| HSV(B) | 245.58º | 0.41% | 0.41% | - |
| XYZ | 6.35 | 5.46 | 13.82 | - |
| YUV | 67.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 104 | 0.38 | 0.41 | 0 | 0.59 | 245.58 | 0.26 | 0.32 |
| Hex | 41 | 3D | 68 | 26 | 29 | 0 | 3B | F6 | 1A | 20 |
| Octal | 101 | 75 | 150 | 46 | 51 | 0 | 73 | 366 | 32 | 40 |
| Binary | 1000001 | 111101 | 1101000 | 100110 | 101001 | 0 | 111011 | 11110110 | 11010 | 100000 |
Color Harmonies of #413D68
Complementary color
Monochromatic Colors of #413D68
Black with #413D68
Text Example
Text Example
White with #413D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D68; }
p { color: rgb(65,61,104); }
H1.HeaderClassName
{
color: #413D68;
}
.AnyTagClassName
{
color: #413D68;
}
</style>
background-color css
<style>
a { background-color: #413D68; }
a { background-color: rgb(65,61,104); }
div.DivClassName
{
background-color: #413D68;
}
.BgClassName
{
background-color: #413D68;
}
</style>
border-color css
<style>
span { border-color: #413D68; }
span { border-color: rgb(65,61,104); }
td.TdClassName
{
border-color: #413D68;
}
.TagClassName
{
border-color: #413D68;
}
</style>