Shades of Corn Flower Blue #444372
Tints of Corn Flower Blue #444372
RGB
CMYK
RGB Variations
Color information
#444372 (or 0x444372) is known color: Corn Flower Blue. HEX triplet: 44, 43 and 72. RGB value is (68,67,114). Sum of RGB (Red+Green+Blue) = 68+67+114=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #444372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444372 is #BBBC8D. Grayscale: #484848. Windows color (decimal): -12303502 or 7488324. OLE color: 7488324.
HSL color Cylindrical-coordinate representation of color #444372: hue angle of 241.28º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444372 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 67 | 114 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.55 |
| HSL | 241.28º | 0.26% | 0.35% | - |
| HSV(B) | 241.28º | 0.41% | 0.45% | - |
| XYZ | 7.43 | 6.46 | 16.77 | - |
| YUV | 72.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 114 | 0.40 | 0.41 | 0 | 0.55 | 241.28 | 0.26 | 0.35 |
| Hex | 44 | 43 | 72 | 28 | 29 | 0 | 37 | F1 | 1A | 23 |
| Octal | 104 | 103 | 162 | 50 | 51 | 0 | 67 | 361 | 32 | 43 |
| Binary | 1000100 | 1000011 | 1110010 | 101000 | 101001 | 0 | 110111 | 11110001 | 11010 | 100011 |
Color Harmonies of #444372
Complementary color
Monochromatic Colors of #444372
Black with #444372
Text Example
Text Example
White with #444372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444372; }
p { color: rgb(68,67,114); }
H1.HeaderClassName
{
color: #444372;
}
.AnyTagClassName
{
color: #444372;
}
</style>
background-color css
<style>
a { background-color: #444372; }
a { background-color: rgb(68,67,114); }
div.DivClassName
{
background-color: #444372;
}
.BgClassName
{
background-color: #444372;
}
</style>
border-color css
<style>
span { border-color: #444372; }
span { border-color: rgb(68,67,114); }
td.TdClassName
{
border-color: #444372;
}
.TagClassName
{
border-color: #444372;
}
</style>