Shades of Resolution Blue #244472
Tints of Resolution Blue #244472
RGB
CMYK
RGB Variations
Color information
#244472 (or 0x244472) is known color: Resolution Blue. HEX triplet: 24, 44 and 72. RGB value is (36,68,114). Sum of RGB (Red+Green+Blue) = 36+68+114=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #244472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244472 is #DBBB8D. Grayscale: #3F3F3F. Windows color (decimal): -14400398 or 7488548. OLE color: 7488548.
HSL color Cylindrical-coordinate representation of color #244472: hue angle of 215.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #244472 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 68 | 114 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.55 |
| HSL | 215.38º | 0.52% | 0.29% | - |
| HSV(B) | 215.38º | 0.68% | 0.45% | - |
| XYZ | 5.83 | 5.72 | 16.72 | - |
| YUV | 63.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 114 | 0.68 | 0.40 | 0 | 0.55 | 215.38 | 0.52 | 0.29 |
| Hex | 24 | 44 | 72 | 44 | 28 | 0 | 37 | D7 | 34 | 1D |
| Octal | 44 | 104 | 162 | 104 | 50 | 0 | 67 | 327 | 64 | 35 |
| Binary | 100100 | 1000100 | 1110010 | 1000100 | 101000 | 0 | 110111 | 11010111 | 110100 | 11101 |
Color Harmonies of #244472
Complementary color
Monochromatic Colors of #244472
Black with #244472
Text Example
Text Example
White with #244472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244472; }
p { color: rgb(36,68,114); }
H1.HeaderClassName
{
color: #244472;
}
.AnyTagClassName
{
color: #244472;
}
</style>
background-color css
<style>
a { background-color: #244472; }
a { background-color: rgb(36,68,114); }
div.DivClassName
{
background-color: #244472;
}
.BgClassName
{
background-color: #244472;
}
</style>
border-color css
<style>
span { border-color: #244472; }
span { border-color: rgb(36,68,114); }
td.TdClassName
{
border-color: #244472;
}
.TagClassName
{
border-color: #244472;
}
</style>