Shades of Resolution Blue #243D70
Tints of Resolution Blue #243D70
RGB
CMYK
RGB Variations
Color information
#243D70 (or 0x243D70) is known color: Resolution Blue. HEX triplet: 24, 3D and 70. RGB value is (36,61,112). Sum of RGB (Red+Green+Blue) = 36+61+112=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #243D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D70 is #DBC28F. Grayscale: #3B3B3B. Windows color (decimal): -14402192 or 7355684. OLE color: 7355684.
HSL color Cylindrical-coordinate representation of color #243D70: hue angle of 220.26º 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 #243D70 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 61 | 112 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.56 |
| HSL | 220.26º | 0.51% | 0.29% | - |
| HSV(B) | 220.26º | 0.68% | 0.44% | - |
| XYZ | 5.32 | 4.88 | 15.99 | - |
| YUV | 59.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 112 | 0.68 | 0.46 | 0 | 0.56 | 220.26 | 0.51 | 0.29 |
| Hex | 24 | 3D | 70 | 44 | 2E | 0 | 38 | DC | 33 | 1D |
| Octal | 44 | 75 | 160 | 104 | 56 | 0 | 70 | 334 | 63 | 35 |
| Binary | 100100 | 111101 | 1110000 | 1000100 | 101110 | 0 | 111000 | 11011100 | 110011 | 11101 |
Color Harmonies of #243D70
Complementary color
Monochromatic Colors of #243D70
Black with #243D70
Text Example
Text Example
White with #243D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D70; }
p { color: rgb(36,61,112); }
H1.HeaderClassName
{
color: #243D70;
}
.AnyTagClassName
{
color: #243D70;
}
</style>
background-color css
<style>
a { background-color: #243D70; }
a { background-color: rgb(36,61,112); }
div.DivClassName
{
background-color: #243D70;
}
.BgClassName
{
background-color: #243D70;
}
</style>
border-color css
<style>
span { border-color: #243D70; }
span { border-color: rgb(36,61,112); }
td.TdClassName
{
border-color: #243D70;
}
.TagClassName
{
border-color: #243D70;
}
</style>