Shades of Resolution Blue #24337C
Tints of Resolution Blue #24337C
RGB
CMYK
RGB Variations
Color information
#24337C (or 0x24337C) is known color: Resolution Blue. HEX triplet: 24, 33 and 7C. RGB value is (36,51,124). Sum of RGB (Red+Green+Blue) = 36+51+124=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #24337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24337C is #DBCC83. Grayscale: #363636. Windows color (decimal): -14404740 or 8139556. OLE color: 8139556.
HSL color Cylindrical-coordinate representation of color #24337C: hue angle of 229.77º 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 #24337C is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 51 | 124 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.51 |
| HSL | 229.77º | 0.55% | 0.31% | - |
| HSV(B) | 229.77º | 0.71% | 0.49% | - |
| XYZ | 5.55 | 4.2 | 19.59 | - |
| YUV | 54.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 124 | 0.71 | 0.59 | 0 | 0.51 | 229.77 | 0.55 | 0.31 |
| Hex | 24 | 33 | 7C | 47 | 3B | 0 | 33 | E6 | 37 | 1F |
| Octal | 44 | 63 | 174 | 107 | 73 | 0 | 63 | 346 | 67 | 37 |
| Binary | 100100 | 110011 | 1111100 | 1000111 | 111011 | 0 | 110011 | 11100110 | 110111 | 11111 |
Color Harmonies of #24337C
Complementary color
Monochromatic Colors of #24337C
Black with #24337C
Text Example
Text Example
White with #24337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24337C; }
p { color: rgb(36,51,124); }
H1.HeaderClassName
{
color: #24337C;
}
.AnyTagClassName
{
color: #24337C;
}
</style>
background-color css
<style>
a { background-color: #24337C; }
a { background-color: rgb(36,51,124); }
div.DivClassName
{
background-color: #24337C;
}
.BgClassName
{
background-color: #24337C;
}
</style>
border-color css
<style>
span { border-color: #24337C; }
span { border-color: rgb(36,51,124); }
td.TdClassName
{
border-color: #24337C;
}
.TagClassName
{
border-color: #24337C;
}
</style>