Shades of Resolution Blue #243D72
Tints of Resolution Blue #243D72
RGB
CMYK
RGB Variations
Color information
#243D72 (or 0x243D72) is known color: Resolution Blue. HEX triplet: 24, 3D and 72. RGB value is (36,61,114). Sum of RGB (Red+Green+Blue) = 36+61+114=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #243D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D72 is #DBC28D. Grayscale: #3B3B3B. Windows color (decimal): -14402190 or 7486756. OLE color: 7486756.
HSL color Cylindrical-coordinate representation of color #243D72: hue angle of 220.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #243D72 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 61 | 114 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.55 |
| HSL | 220.77º | 0.52% | 0.29% | - |
| HSV(B) | 220.77º | 0.68% | 0.45% | - |
| XYZ | 5.43 | 4.93 | 16.58 | - |
| YUV | 59.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 114 | 0.68 | 0.46 | 0 | 0.55 | 220.77 | 0.52 | 0.29 |
| Hex | 24 | 3D | 72 | 44 | 2E | 0 | 37 | DD | 34 | 1D |
| Octal | 44 | 75 | 162 | 104 | 56 | 0 | 67 | 335 | 64 | 35 |
| Binary | 100100 | 111101 | 1110010 | 1000100 | 101110 | 0 | 110111 | 11011101 | 110100 | 11101 |
Color Harmonies of #243D72
Complementary color
Monochromatic Colors of #243D72
Black with #243D72
Text Example
Text Example
White with #243D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D72; }
p { color: rgb(36,61,114); }
H1.HeaderClassName
{
color: #243D72;
}
.AnyTagClassName
{
color: #243D72;
}
</style>
background-color css
<style>
a { background-color: #243D72; }
a { background-color: rgb(36,61,114); }
div.DivClassName
{
background-color: #243D72;
}
.BgClassName
{
background-color: #243D72;
}
</style>
border-color css
<style>
span { border-color: #243D72; }
span { border-color: rgb(36,61,114); }
td.TdClassName
{
border-color: #243D72;
}
.TagClassName
{
border-color: #243D72;
}
</style>