Shades of Resolution Blue #24407D
Tints of Resolution Blue #24407D
RGB
CMYK
RGB Variations
Color information
#24407D (or 0x24407D) is known color: Resolution Blue. HEX triplet: 24, 40 and 7D. RGB value is (36,64,125). Sum of RGB (Red+Green+Blue) = 36+64+125=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #24407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24407D is #DBBF82. Grayscale: #3E3E3E. Windows color (decimal): -14401411 or 8208420. OLE color: 8208420.
HSL color Cylindrical-coordinate representation of color #24407D: hue angle of 221.12º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24407D is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 64 | 125 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.51 |
| HSL | 221.12º | 0.55% | 0.32% | - |
| HSV(B) | 221.12º | 0.71% | 0.49% | - |
| XYZ | 6.26 | 5.52 | 20.14 | - |
| YUV | 62.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 125 | 0.71 | 0.49 | 0 | 0.51 | 221.12 | 0.55 | 0.32 |
| Hex | 24 | 40 | 7D | 47 | 31 | 0 | 33 | DD | 37 | 20 |
| Octal | 44 | 100 | 175 | 107 | 61 | 0 | 63 | 335 | 67 | 40 |
| Binary | 100100 | 1000000 | 1111101 | 1000111 | 110001 | 0 | 110011 | 11011101 | 110111 | 100000 |
Color Harmonies of #24407D
Complementary color
Monochromatic Colors of #24407D
Black with #24407D
Text Example
Text Example
White with #24407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24407D; }
p { color: rgb(36,64,125); }
H1.HeaderClassName
{
color: #24407D;
}
.AnyTagClassName
{
color: #24407D;
}
</style>
background-color css
<style>
a { background-color: #24407D; }
a { background-color: rgb(36,64,125); }
div.DivClassName
{
background-color: #24407D;
}
.BgClassName
{
background-color: #24407D;
}
</style>
border-color css
<style>
span { border-color: #24407D; }
span { border-color: rgb(36,64,125); }
td.TdClassName
{
border-color: #24407D;
}
.TagClassName
{
border-color: #24407D;
}
</style>