Shades of Corn Flower Blue #444565
Tints of Corn Flower Blue #444565
RGB
CMYK
RGB Variations
Color information
#444565 (or 0x444565) is known color: Corn Flower Blue. HEX triplet: 44, 45 and 65. RGB value is (68,69,101). Sum of RGB (Red+Green+Blue) = 68+69+101=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #444565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444565 is #BBBA9A. Grayscale: #484848. Windows color (decimal): -12303003 or 6636868. OLE color: 6636868.
HSL color Cylindrical-coordinate representation of color #444565: hue angle of 238.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444565 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 69 | 101 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.60 |
| HSL | 238.18º | 0.2% | 0.33% | - |
| HSV(B) | 238.18º | 0.33% | 0.4% | - |
| XYZ | 6.86 | 6.42 | 13.19 | - |
| YUV | 72.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 101 | 0.33 | 0.32 | 0 | 0.60 | 238.18 | 0.2 | 0.33 |
| Hex | 44 | 45 | 65 | 21 | 20 | 0 | 3C | EE | 14 | 21 |
| Octal | 104 | 105 | 145 | 41 | 40 | 0 | 74 | 356 | 24 | 41 |
| Binary | 1000100 | 1000101 | 1100101 | 100001 | 100000 | 0 | 111100 | 11101110 | 10100 | 100001 |
Color Harmonies of #444565
Complementary color
Monochromatic Colors of #444565
Black with #444565
Text Example
Text Example
White with #444565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444565; }
p { color: rgb(68,69,101); }
H1.HeaderClassName
{
color: #444565;
}
.AnyTagClassName
{
color: #444565;
}
</style>
background-color css
<style>
a { background-color: #444565; }
a { background-color: rgb(68,69,101); }
div.DivClassName
{
background-color: #444565;
}
.BgClassName
{
background-color: #444565;
}
</style>
border-color css
<style>
span { border-color: #444565; }
span { border-color: rgb(68,69,101); }
td.TdClassName
{
border-color: #444565;
}
.TagClassName
{
border-color: #444565;
}
</style>