Shades of Resolution Blue #243970
Tints of Resolution Blue #243970
RGB
CMYK
RGB Variations
Color information
#243970 (or 0x243970) is known color: Resolution Blue. HEX triplet: 24, 39 and 70. RGB value is (36,57,112). Sum of RGB (Red+Green+Blue) = 36+57+112=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #243970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243970 is #DBC68F. Grayscale: #383838. Windows color (decimal): -14403216 or 7354660. OLE color: 7354660.
HSL color Cylindrical-coordinate representation of color #243970: hue angle of 223.42º 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 #243970 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 57 | 112 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.56 |
| HSL | 223.42º | 0.51% | 0.29% | - |
| HSV(B) | 223.42º | 0.68% | 0.44% | - |
| XYZ | 5.12 | 4.47 | 15.92 | - |
| YUV | 56.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 112 | 0.68 | 0.49 | 0 | 0.56 | 223.42 | 0.51 | 0.29 |
| Hex | 24 | 39 | 70 | 44 | 31 | 0 | 38 | DF | 33 | 1D |
| Octal | 44 | 71 | 160 | 104 | 61 | 0 | 70 | 337 | 63 | 35 |
| Binary | 100100 | 111001 | 1110000 | 1000100 | 110001 | 0 | 111000 | 11011111 | 110011 | 11101 |
Color Harmonies of #243970
Complementary color
Monochromatic Colors of #243970
Black with #243970
Text Example
Text Example
White with #243970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243970; }
p { color: rgb(36,57,112); }
H1.HeaderClassName
{
color: #243970;
}
.AnyTagClassName
{
color: #243970;
}
</style>
background-color css
<style>
a { background-color: #243970; }
a { background-color: rgb(36,57,112); }
div.DivClassName
{
background-color: #243970;
}
.BgClassName
{
background-color: #243970;
}
</style>
border-color css
<style>
span { border-color: #243970; }
span { border-color: rgb(36,57,112); }
td.TdClassName
{
border-color: #243970;
}
.TagClassName
{
border-color: #243970;
}
</style>