Shades of Resolution Blue #24376C
Tints of Resolution Blue #24376C
RGB
CMYK
RGB Variations
Color information
#24376C (or 0x24376C) is known color: Resolution Blue. HEX triplet: 24, 37 and 6C. RGB value is (36,55,108). Sum of RGB (Red+Green+Blue) = 36+55+108=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #24376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24376C is #DBC893. Grayscale: #373737. Windows color (decimal): -14403732 or 7092004. OLE color: 7092004.
HSL color Cylindrical-coordinate representation of color #24376C: hue angle of 224.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24376C is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 55 | 108 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.58 |
| HSL | 224.17º | 0.5% | 0.28% | - |
| HSV(B) | 224.17º | 0.67% | 0.42% | - |
| XYZ | 4.8 | 4.19 | 14.74 | - |
| YUV | 55.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 108 | 0.67 | 0.49 | 0 | 0.58 | 224.17 | 0.5 | 0.28 |
| Hex | 24 | 37 | 6C | 43 | 31 | 0 | 3A | E0 | 32 | 1C |
| Octal | 44 | 67 | 154 | 103 | 61 | 0 | 72 | 340 | 62 | 34 |
| Binary | 100100 | 110111 | 1101100 | 1000011 | 110001 | 0 | 111010 | 11100000 | 110010 | 11100 |
Color Harmonies of #24376C
Complementary color
Monochromatic Colors of #24376C
Black with #24376C
Text Example
Text Example
White with #24376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24376C; }
p { color: rgb(36,55,108); }
H1.HeaderClassName
{
color: #24376C;
}
.AnyTagClassName
{
color: #24376C;
}
</style>
background-color css
<style>
a { background-color: #24376C; }
a { background-color: rgb(36,55,108); }
div.DivClassName
{
background-color: #24376C;
}
.BgClassName
{
background-color: #24376C;
}
</style>
border-color css
<style>
span { border-color: #24376C; }
span { border-color: rgb(36,55,108); }
td.TdClassName
{
border-color: #24376C;
}
.TagClassName
{
border-color: #24376C;
}
</style>