Shades of Resolution Blue #24328E
Tints of Resolution Blue #24328E
RGB
CMYK
RGB Variations
Color information
#24328E (or 0x24328E) is known color: Resolution Blue. HEX triplet: 24, 32 and 8E. RGB value is (36,50,142). Sum of RGB (Red+Green+Blue) = 36+50+142=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #24328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24328E is #DBCD71. Grayscale: #373737. Windows color (decimal): -14404978 or 9318948. OLE color: 9318948.
HSL color Cylindrical-coordinate representation of color #24328E: hue angle of 232.08º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24328E is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 50 | 142 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.44 |
| HSL | 232.08º | 0.6% | 0.35% | - |
| HSV(B) | 232.08º | 0.75% | 0.56% | - |
| XYZ | 6.75 | 4.61 | 26.13 | - |
| YUV | 56.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 142 | 0.75 | 0.65 | 0 | 0.44 | 232.08 | 0.6 | 0.35 |
| Hex | 24 | 32 | 8E | 4B | 41 | 0 | 2C | E8 | 3C | 23 |
| Octal | 44 | 62 | 216 | 113 | 101 | 0 | 54 | 350 | 74 | 43 |
| Binary | 100100 | 110010 | 10001110 | 1001011 | 1000001 | 0 | 101100 | 11101000 | 111100 | 100011 |
Color Harmonies of #24328E
Complementary color
Monochromatic Colors of #24328E
Black with #24328E
Text Example
Text Example
White with #24328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24328E; }
p { color: rgb(36,50,142); }
H1.HeaderClassName
{
color: #24328E;
}
.AnyTagClassName
{
color: #24328E;
}
</style>
background-color css
<style>
a { background-color: #24328E; }
a { background-color: rgb(36,50,142); }
div.DivClassName
{
background-color: #24328E;
}
.BgClassName
{
background-color: #24328E;
}
</style>
border-color css
<style>
span { border-color: #24328E; }
span { border-color: rgb(36,50,142); }
td.TdClassName
{
border-color: #24328E;
}
.TagClassName
{
border-color: #24328E;
}
</style>