Shades of Resolution Blue #244474
Tints of Resolution Blue #244474
RGB
CMYK
RGB Variations
Color information
#244474 (or 0x244474) is known color: Resolution Blue. HEX triplet: 24, 44 and 74. RGB value is (36,68,116). Sum of RGB (Red+Green+Blue) = 36+68+116=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #244474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244474 is #DBBB8B. Grayscale: #3F3F3F. Windows color (decimal): -14400396 or 7619620. OLE color: 7619620.
HSL color Cylindrical-coordinate representation of color #244474: hue angle of 216º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244474 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 68 | 116 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.55 |
| HSL | 216º | 0.53% | 0.3% | - |
| HSV(B) | 216º | 0.69% | 0.45% | - |
| XYZ | 5.95 | 5.77 | 17.32 | - |
| YUV | 63.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 116 | 0.69 | 0.41 | 0 | 0.55 | 216 | 0.53 | 0.3 |
| Hex | 24 | 44 | 74 | 45 | 29 | 0 | 37 | D8 | 35 | 1E |
| Octal | 44 | 104 | 164 | 105 | 51 | 0 | 67 | 330 | 65 | 36 |
| Binary | 100100 | 1000100 | 1110100 | 1000101 | 101001 | 0 | 110111 | 11011000 | 110101 | 11110 |
Color Harmonies of #244474
Complementary color
Monochromatic Colors of #244474
Black with #244474
Text Example
Text Example
White with #244474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244474; }
p { color: rgb(36,68,116); }
H1.HeaderClassName
{
color: #244474;
}
.AnyTagClassName
{
color: #244474;
}
</style>
background-color css
<style>
a { background-color: #244474; }
a { background-color: rgb(36,68,116); }
div.DivClassName
{
background-color: #244474;
}
.BgClassName
{
background-color: #244474;
}
</style>
border-color css
<style>
span { border-color: #244474; }
span { border-color: rgb(36,68,116); }
td.TdClassName
{
border-color: #244474;
}
.TagClassName
{
border-color: #244474;
}
</style>