Shades of Resolution Blue #244074
Tints of Resolution Blue #244074
RGB
CMYK
RGB Variations
Color information
#244074 (or 0x244074) is known color: Resolution Blue. HEX triplet: 24, 40 and 74. RGB value is (36,64,116). Sum of RGB (Red+Green+Blue) = 36+64+116=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #244074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244074 is #DBBF8B. Grayscale: #3D3D3D. Windows color (decimal): -14401420 or 7618596. OLE color: 7618596.
HSL color Cylindrical-coordinate representation of color #244074: hue angle of 219º 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 #244074 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 64 | 116 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.55 |
| HSL | 219º | 0.53% | 0.3% | - |
| HSV(B) | 219º | 0.69% | 0.45% | - |
| XYZ | 5.71 | 5.3 | 17.25 | - |
| YUV | 61.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 116 | 0.69 | 0.45 | 0 | 0.55 | 219 | 0.53 | 0.3 |
| Hex | 24 | 40 | 74 | 45 | 2D | 0 | 37 | DB | 35 | 1E |
| Octal | 44 | 100 | 164 | 105 | 55 | 0 | 67 | 333 | 65 | 36 |
| Binary | 100100 | 1000000 | 1110100 | 1000101 | 101101 | 0 | 110111 | 11011011 | 110101 | 11110 |
Color Harmonies of #244074
Complementary color
Monochromatic Colors of #244074
Black with #244074
Text Example
Text Example
White with #244074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244074; }
p { color: rgb(36,64,116); }
H1.HeaderClassName
{
color: #244074;
}
.AnyTagClassName
{
color: #244074;
}
</style>
background-color css
<style>
a { background-color: #244074; }
a { background-color: rgb(36,64,116); }
div.DivClassName
{
background-color: #244074;
}
.BgClassName
{
background-color: #244074;
}
</style>
border-color css
<style>
span { border-color: #244074; }
span { border-color: rgb(36,64,116); }
td.TdClassName
{
border-color: #244074;
}
.TagClassName
{
border-color: #244074;
}
</style>