Shades of Resolution Blue #24356D
Tints of Resolution Blue #24356D
RGB
CMYK
RGB Variations
Color information
#24356D (or 0x24356D) is known color: Resolution Blue. HEX triplet: 24, 35 and 6D. RGB value is (36,53,109). Sum of RGB (Red+Green+Blue) = 36+53+109=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #24356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24356D is #DBCA92. Grayscale: #363636. Windows color (decimal): -14404243 or 7157028. OLE color: 7157028.
HSL color Cylindrical-coordinate representation of color #24356D: hue angle of 226.03º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24356D is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 53 | 109 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.57 |
| HSL | 226.03º | 0.5% | 0.28% | - |
| HSV(B) | 226.03º | 0.67% | 0.43% | - |
| XYZ | 4.76 | 4.03 | 14.99 | - |
| YUV | 54.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 109 | 0.67 | 0.51 | 0 | 0.57 | 226.03 | 0.5 | 0.28 |
| Hex | 24 | 35 | 6D | 43 | 33 | 0 | 39 | E2 | 32 | 1C |
| Octal | 44 | 65 | 155 | 103 | 63 | 0 | 71 | 342 | 62 | 34 |
| Binary | 100100 | 110101 | 1101101 | 1000011 | 110011 | 0 | 111001 | 11100010 | 110010 | 11100 |
Color Harmonies of #24356D
Complementary color
Monochromatic Colors of #24356D
Black with #24356D
Text Example
Text Example
White with #24356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24356D; }
p { color: rgb(36,53,109); }
H1.HeaderClassName
{
color: #24356D;
}
.AnyTagClassName
{
color: #24356D;
}
</style>
background-color css
<style>
a { background-color: #24356D; }
a { background-color: rgb(36,53,109); }
div.DivClassName
{
background-color: #24356D;
}
.BgClassName
{
background-color: #24356D;
}
</style>
border-color css
<style>
span { border-color: #24356D; }
span { border-color: rgb(36,53,109); }
td.TdClassName
{
border-color: #24356D;
}
.TagClassName
{
border-color: #24356D;
}
</style>