Shades of Resolution Blue #244073
Tints of Resolution Blue #244073
RGB
CMYK
RGB Variations
Color information
#244073 (or 0x244073) is known color: Resolution Blue. HEX triplet: 24, 40 and 73. RGB value is (36,64,115). Sum of RGB (Red+Green+Blue) = 36+64+115=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #244073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244073 is #DBBF8C. Grayscale: #3D3D3D. Windows color (decimal): -14401421 or 7553060. OLE color: 7553060.
HSL color Cylindrical-coordinate representation of color #244073: hue angle of 218.73º degrees, saturation: 0.52, 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 #244073 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 64 | 115 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.55 |
| HSL | 218.73º | 0.52% | 0.3% | - |
| HSV(B) | 218.73º | 0.69% | 0.45% | - |
| XYZ | 5.66 | 5.28 | 16.94 | - |
| YUV | 61.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 115 | 0.69 | 0.44 | 0 | 0.55 | 218.73 | 0.52 | 0.3 |
| Hex | 24 | 40 | 73 | 45 | 2C | 0 | 37 | DB | 34 | 1E |
| Octal | 44 | 100 | 163 | 105 | 54 | 0 | 67 | 333 | 64 | 36 |
| Binary | 100100 | 1000000 | 1110011 | 1000101 | 101100 | 0 | 110111 | 11011011 | 110100 | 11110 |
Color Harmonies of #244073
Complementary color
Monochromatic Colors of #244073
Black with #244073
Text Example
Text Example
White with #244073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244073; }
p { color: rgb(36,64,115); }
H1.HeaderClassName
{
color: #244073;
}
.AnyTagClassName
{
color: #244073;
}
</style>
background-color css
<style>
a { background-color: #244073; }
a { background-color: rgb(36,64,115); }
div.DivClassName
{
background-color: #244073;
}
.BgClassName
{
background-color: #244073;
}
</style>
border-color css
<style>
span { border-color: #244073; }
span { border-color: rgb(36,64,115); }
td.TdClassName
{
border-color: #244073;
}
.TagClassName
{
border-color: #244073;
}
</style>