Shades of Resolution Blue #243C71
Tints of Resolution Blue #243C71
RGB
CMYK
RGB Variations
Color information
#243C71 (or 0x243C71) is known color: Resolution Blue. HEX triplet: 24, 3C and 71. RGB value is (36,60,113). Sum of RGB (Red+Green+Blue) = 36+60+113=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #243C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C71 is #DBC38E. Grayscale: #3A3A3A. Windows color (decimal): -14402447 or 7420964. OLE color: 7420964.
HSL color Cylindrical-coordinate representation of color #243C71: hue angle of 221.3º degrees, saturation: 0.52, 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 #243C71 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 60 | 113 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.56 |
| HSL | 221.3º | 0.52% | 0.29% | - |
| HSV(B) | 221.3º | 0.68% | 0.44% | - |
| XYZ | 5.32 | 4.8 | 16.27 | - |
| YUV | 58.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 113 | 0.68 | 0.47 | 0 | 0.56 | 221.3 | 0.52 | 0.29 |
| Hex | 24 | 3C | 71 | 44 | 2F | 0 | 38 | DD | 34 | 1D |
| Octal | 44 | 74 | 161 | 104 | 57 | 0 | 70 | 335 | 64 | 35 |
| Binary | 100100 | 111100 | 1110001 | 1000100 | 101111 | 0 | 111000 | 11011101 | 110100 | 11101 |
Color Harmonies of #243C71
Complementary color
Monochromatic Colors of #243C71
Black with #243C71
Text Example
Text Example
White with #243C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C71; }
p { color: rgb(36,60,113); }
H1.HeaderClassName
{
color: #243C71;
}
.AnyTagClassName
{
color: #243C71;
}
</style>
background-color css
<style>
a { background-color: #243C71; }
a { background-color: rgb(36,60,113); }
div.DivClassName
{
background-color: #243C71;
}
.BgClassName
{
background-color: #243C71;
}
</style>
border-color css
<style>
span { border-color: #243C71; }
span { border-color: rgb(36,60,113); }
td.TdClassName
{
border-color: #243C71;
}
.TagClassName
{
border-color: #243C71;
}
</style>