Shades of Resolution Blue #243C72
Tints of Resolution Blue #243C72
RGB
CMYK
RGB Variations
Color information
#243C72 (or 0x243C72) is known color: Resolution Blue. HEX triplet: 24, 3C and 72. RGB value is (36,60,114). Sum of RGB (Red+Green+Blue) = 36+60+114=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #243C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C72 is #DBC38D. Grayscale: #3A3A3A. Windows color (decimal): -14402446 or 7486500. OLE color: 7486500.
HSL color Cylindrical-coordinate representation of color #243C72: hue angle of 221.54º 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 #243C72 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 60 | 114 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.55 |
| HSL | 221.54º | 0.52% | 0.29% | - |
| HSV(B) | 221.54º | 0.68% | 0.45% | - |
| XYZ | 5.38 | 4.82 | 16.57 | - |
| YUV | 58.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 114 | 0.68 | 0.47 | 0 | 0.55 | 221.54 | 0.52 | 0.29 |
| Hex | 24 | 3C | 72 | 44 | 2F | 0 | 37 | DE | 34 | 1D |
| Octal | 44 | 74 | 162 | 104 | 57 | 0 | 67 | 336 | 64 | 35 |
| Binary | 100100 | 111100 | 1110010 | 1000100 | 101111 | 0 | 110111 | 11011110 | 110100 | 11101 |
Color Harmonies of #243C72
Complementary color
Monochromatic Colors of #243C72
Black with #243C72
Text Example
Text Example
White with #243C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C72; }
p { color: rgb(36,60,114); }
H1.HeaderClassName
{
color: #243C72;
}
.AnyTagClassName
{
color: #243C72;
}
</style>
background-color css
<style>
a { background-color: #243C72; }
a { background-color: rgb(36,60,114); }
div.DivClassName
{
background-color: #243C72;
}
.BgClassName
{
background-color: #243C72;
}
</style>
border-color css
<style>
span { border-color: #243C72; }
span { border-color: rgb(36,60,114); }
td.TdClassName
{
border-color: #243C72;
}
.TagClassName
{
border-color: #243C72;
}
</style>