Shades of Corn Flower Blue #444370
Tints of Corn Flower Blue #444370
RGB
CMYK
RGB Variations
Color information
#444370 (or 0x444370) is known color: Corn Flower Blue. HEX triplet: 44, 43 and 70. RGB value is (68,67,112). Sum of RGB (Red+Green+Blue) = 68+67+112=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #444370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444370 is #BBBC8F. Grayscale: #484848. Windows color (decimal): -12303504 or 7357252. OLE color: 7357252.
HSL color Cylindrical-coordinate representation of color #444370: hue angle of 241.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444370 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 67 | 112 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.56 |
| HSL | 241.33º | 0.25% | 0.35% | - |
| HSV(B) | 241.33º | 0.4% | 0.44% | - |
| XYZ | 7.32 | 6.41 | 16.18 | - |
| YUV | 72.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 112 | 0.39 | 0.40 | 0 | 0.56 | 241.33 | 0.25 | 0.35 |
| Hex | 44 | 43 | 70 | 27 | 28 | 0 | 38 | F1 | 19 | 23 |
| Octal | 104 | 103 | 160 | 47 | 50 | 0 | 70 | 361 | 31 | 43 |
| Binary | 1000100 | 1000011 | 1110000 | 100111 | 101000 | 0 | 111000 | 11110001 | 11001 | 100011 |
Color Harmonies of #444370
Complementary color
Monochromatic Colors of #444370
Black with #444370
Text Example
Text Example
White with #444370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444370; }
p { color: rgb(68,67,112); }
H1.HeaderClassName
{
color: #444370;
}
.AnyTagClassName
{
color: #444370;
}
</style>
background-color css
<style>
a { background-color: #444370; }
a { background-color: rgb(68,67,112); }
div.DivClassName
{
background-color: #444370;
}
.BgClassName
{
background-color: #444370;
}
</style>
border-color css
<style>
span { border-color: #444370; }
span { border-color: rgb(68,67,112); }
td.TdClassName
{
border-color: #444370;
}
.TagClassName
{
border-color: #444370;
}
</style>