Shades of Resolution Blue #24367C
Tints of Resolution Blue #24367C
RGB
CMYK
RGB Variations
Color information
#24367C (or 0x24367C) is known color: Resolution Blue. HEX triplet: 24, 36 and 7C. RGB value is (36,54,124). Sum of RGB (Red+Green+Blue) = 36+54+124=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #24367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24367C is #DBC983. Grayscale: #383838. Windows color (decimal): -14403972 or 8140324. OLE color: 8140324.
HSL color Cylindrical-coordinate representation of color #24367C: hue angle of 227.73º 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 #24367C is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 54 | 124 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.51 |
| HSL | 227.73º | 0.55% | 0.31% | - |
| HSV(B) | 227.73º | 0.71% | 0.49% | - |
| XYZ | 5.68 | 4.47 | 19.63 | - |
| YUV | 56.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 124 | 0.71 | 0.56 | 0 | 0.51 | 227.73 | 0.55 | 0.31 |
| Hex | 24 | 36 | 7C | 47 | 38 | 0 | 33 | E4 | 37 | 1F |
| Octal | 44 | 66 | 174 | 107 | 70 | 0 | 63 | 344 | 67 | 37 |
| Binary | 100100 | 110110 | 1111100 | 1000111 | 111000 | 0 | 110011 | 11100100 | 110111 | 11111 |
Color Harmonies of #24367C
Complementary color
Monochromatic Colors of #24367C
Black with #24367C
Text Example
Text Example
White with #24367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24367C; }
p { color: rgb(36,54,124); }
H1.HeaderClassName
{
color: #24367C;
}
.AnyTagClassName
{
color: #24367C;
}
</style>
background-color css
<style>
a { background-color: #24367C; }
a { background-color: rgb(36,54,124); }
div.DivClassName
{
background-color: #24367C;
}
.BgClassName
{
background-color: #24367C;
}
</style>
border-color css
<style>
span { border-color: #24367C; }
span { border-color: rgb(36,54,124); }
td.TdClassName
{
border-color: #24367C;
}
.TagClassName
{
border-color: #24367C;
}
</style>