Shades of Resolution Blue #24356B
Tints of Resolution Blue #24356B
RGB
CMYK
RGB Variations
Color information
#24356B (or 0x24356B) is known color: Resolution Blue. HEX triplet: 24, 35 and 6B. RGB value is (36,53,107). Sum of RGB (Red+Green+Blue) = 36+53+107=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #24356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24356B is #DBCA94. Grayscale: #353535. Windows color (decimal): -14404245 or 7025956. OLE color: 7025956.
HSL color Cylindrical-coordinate representation of color #24356B: hue angle of 225.63º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24356B is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 53 | 107 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.58 |
| HSL | 225.63º | 0.5% | 0.28% | - |
| HSV(B) | 225.63º | 0.66% | 0.42% | - |
| XYZ | 4.65 | 3.98 | 14.43 | - |
| YUV | 54.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 107 | 0.66 | 0.50 | 0 | 0.58 | 225.63 | 0.5 | 0.28 |
| Hex | 24 | 35 | 6B | 42 | 32 | 0 | 3A | E2 | 32 | 1C |
| Octal | 44 | 65 | 153 | 102 | 62 | 0 | 72 | 342 | 62 | 34 |
| Binary | 100100 | 110101 | 1101011 | 1000010 | 110010 | 0 | 111010 | 11100010 | 110010 | 11100 |
Color Harmonies of #24356B
Complementary color
Monochromatic Colors of #24356B
Black with #24356B
Text Example
Text Example
White with #24356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24356B; }
p { color: rgb(36,53,107); }
H1.HeaderClassName
{
color: #24356B;
}
.AnyTagClassName
{
color: #24356B;
}
</style>
background-color css
<style>
a { background-color: #24356B; }
a { background-color: rgb(36,53,107); }
div.DivClassName
{
background-color: #24356B;
}
.BgClassName
{
background-color: #24356B;
}
</style>
border-color css
<style>
span { border-color: #24356B; }
span { border-color: rgb(36,53,107); }
td.TdClassName
{
border-color: #24356B;
}
.TagClassName
{
border-color: #24356B;
}
</style>