Shades of Resolution Blue #244070
Tints of Resolution Blue #244070
RGB
CMYK
RGB Variations
Color information
#244070 (or 0x244070) is known color: Resolution Blue. HEX triplet: 24, 40 and 70. RGB value is (36,64,112). Sum of RGB (Red+Green+Blue) = 36+64+112=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #244070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244070 is #DBBF8F. Grayscale: #3C3C3C. Windows color (decimal): -14401424 or 7356452. OLE color: 7356452.
HSL color Cylindrical-coordinate representation of color #244070: hue angle of 217.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #244070 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 64 | 112 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.56 |
| HSL | 217.89º | 0.51% | 0.29% | - |
| HSV(B) | 217.89º | 0.68% | 0.44% | - |
| XYZ | 5.49 | 5.21 | 16.05 | - |
| YUV | 61.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 112 | 0.68 | 0.43 | 0 | 0.56 | 217.89 | 0.51 | 0.29 |
| Hex | 24 | 40 | 70 | 44 | 2B | 0 | 38 | DA | 33 | 1D |
| Octal | 44 | 100 | 160 | 104 | 53 | 0 | 70 | 332 | 63 | 35 |
| Binary | 100100 | 1000000 | 1110000 | 1000100 | 101011 | 0 | 111000 | 11011010 | 110011 | 11101 |
Color Harmonies of #244070
Complementary color
Monochromatic Colors of #244070
Black with #244070
Text Example
Text Example
White with #244070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244070; }
p { color: rgb(36,64,112); }
H1.HeaderClassName
{
color: #244070;
}
.AnyTagClassName
{
color: #244070;
}
</style>
background-color css
<style>
a { background-color: #244070; }
a { background-color: rgb(36,64,112); }
div.DivClassName
{
background-color: #244070;
}
.BgClassName
{
background-color: #244070;
}
</style>
border-color css
<style>
span { border-color: #244070; }
span { border-color: rgb(36,64,112); }
td.TdClassName
{
border-color: #244070;
}
.TagClassName
{
border-color: #244070;
}
</style>