Shades of Resolution Blue #244075
Tints of Resolution Blue #244075
RGB
CMYK
RGB Variations
Color information
#244075 (or 0x244075) is known color: Resolution Blue. HEX triplet: 24, 40 and 75. RGB value is (36,64,117). Sum of RGB (Red+Green+Blue) = 36+64+117=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #244075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244075 is #DBBF8A. Grayscale: #3D3D3D. Windows color (decimal): -14401419 or 7684132. OLE color: 7684132.
HSL color Cylindrical-coordinate representation of color #244075: hue angle of 219.26º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244075 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 64 | 117 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.54 |
| HSL | 219.26º | 0.53% | 0.3% | - |
| HSV(B) | 219.26º | 0.69% | 0.46% | - |
| XYZ | 5.77 | 5.33 | 17.55 | - |
| YUV | 61.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 117 | 0.69 | 0.45 | 0 | 0.54 | 219.26 | 0.53 | 0.3 |
| Hex | 24 | 40 | 75 | 45 | 2D | 0 | 36 | DB | 35 | 1E |
| Octal | 44 | 100 | 165 | 105 | 55 | 0 | 66 | 333 | 65 | 36 |
| Binary | 100100 | 1000000 | 1110101 | 1000101 | 101101 | 0 | 110110 | 11011011 | 110101 | 11110 |
Color Harmonies of #244075
Complementary color
Monochromatic Colors of #244075
Black with #244075
Text Example
Text Example
White with #244075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244075; }
p { color: rgb(36,64,117); }
H1.HeaderClassName
{
color: #244075;
}
.AnyTagClassName
{
color: #244075;
}
</style>
background-color css
<style>
a { background-color: #244075; }
a { background-color: rgb(36,64,117); }
div.DivClassName
{
background-color: #244075;
}
.BgClassName
{
background-color: #244075;
}
</style>
border-color css
<style>
span { border-color: #244075; }
span { border-color: rgb(36,64,117); }
td.TdClassName
{
border-color: #244075;
}
.TagClassName
{
border-color: #244075;
}
</style>