Shades of Resolution Blue #24346F
Tints of Resolution Blue #24346F
RGB
CMYK
RGB Variations
Color information
#24346F (or 0x24346F) is known color: Resolution Blue. HEX triplet: 24, 34 and 6F. RGB value is (36,52,111). Sum of RGB (Red+Green+Blue) = 36+52+111=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #24346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24346F is #DBCB90. Grayscale: #353535. Windows color (decimal): -14404497 or 7287844. OLE color: 7287844.
HSL color Cylindrical-coordinate representation of color #24346F: hue angle of 227.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24346F is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 52 | 111 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.56 |
| HSL | 227.2º | 0.51% | 0.29% | - |
| HSV(B) | 227.2º | 0.68% | 0.44% | - |
| XYZ | 4.82 | 3.98 | 15.55 | - |
| YUV | 53.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 111 | 0.68 | 0.53 | 0 | 0.56 | 227.2 | 0.51 | 0.29 |
| Hex | 24 | 34 | 6F | 44 | 35 | 0 | 38 | E3 | 33 | 1D |
| Octal | 44 | 64 | 157 | 104 | 65 | 0 | 70 | 343 | 63 | 35 |
| Binary | 100100 | 110100 | 1101111 | 1000100 | 110101 | 0 | 111000 | 11100011 | 110011 | 11101 |
Color Harmonies of #24346F
Complementary color
Monochromatic Colors of #24346F
Black with #24346F
Text Example
Text Example
White with #24346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24346F; }
p { color: rgb(36,52,111); }
H1.HeaderClassName
{
color: #24346F;
}
.AnyTagClassName
{
color: #24346F;
}
</style>
background-color css
<style>
a { background-color: #24346F; }
a { background-color: rgb(36,52,111); }
div.DivClassName
{
background-color: #24346F;
}
.BgClassName
{
background-color: #24346F;
}
</style>
border-color css
<style>
span { border-color: #24346F; }
span { border-color: rgb(36,52,111); }
td.TdClassName
{
border-color: #24346F;
}
.TagClassName
{
border-color: #24346F;
}
</style>