Shades of Resolution Blue #24347C
Tints of Resolution Blue #24347C
RGB
CMYK
RGB Variations
Color information
#24347C (or 0x24347C) is known color: Resolution Blue. HEX triplet: 24, 34 and 7C. RGB value is (36,52,124). Sum of RGB (Red+Green+Blue) = 36+52+124=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #24347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24347C is #DBCB83. Grayscale: #373737. Windows color (decimal): -14404484 or 8139812. OLE color: 8139812.
HSL color Cylindrical-coordinate representation of color #24347C: hue angle of 229.09º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24347C is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 52 | 124 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.51 |
| HSL | 229.09º | 0.55% | 0.31% | - |
| HSV(B) | 229.09º | 0.71% | 0.49% | - |
| XYZ | 5.59 | 4.29 | 19.6 | - |
| YUV | 55.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 124 | 0.71 | 0.58 | 0 | 0.51 | 229.09 | 0.55 | 0.31 |
| Hex | 24 | 34 | 7C | 47 | 3A | 0 | 33 | E5 | 37 | 1F |
| Octal | 44 | 64 | 174 | 107 | 72 | 0 | 63 | 345 | 67 | 37 |
| Binary | 100100 | 110100 | 1111100 | 1000111 | 111010 | 0 | 110011 | 11100101 | 110111 | 11111 |
Color Harmonies of #24347C
Complementary color
Monochromatic Colors of #24347C
Black with #24347C
Text Example
Text Example
White with #24347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24347C; }
p { color: rgb(36,52,124); }
H1.HeaderClassName
{
color: #24347C;
}
.AnyTagClassName
{
color: #24347C;
}
</style>
background-color css
<style>
a { background-color: #24347C; }
a { background-color: rgb(36,52,124); }
div.DivClassName
{
background-color: #24347C;
}
.BgClassName
{
background-color: #24347C;
}
</style>
border-color css
<style>
span { border-color: #24347C; }
span { border-color: rgb(36,52,124); }
td.TdClassName
{
border-color: #24347C;
}
.TagClassName
{
border-color: #24347C;
}
</style>