Shades of Resolution Blue #24388D
Tints of Resolution Blue #24388D
RGB
CMYK
RGB Variations
Color information
#24388D (or 0x24388D) is known color: Resolution Blue. HEX triplet: 24, 38 and 8D. RGB value is (36,56,141). Sum of RGB (Red+Green+Blue) = 36+56+141=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #24388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24388D is #DBC772. Grayscale: #3B3B3B. Windows color (decimal): -14403443 or 9254948. OLE color: 9254948.
HSL color Cylindrical-coordinate representation of color #24388D: hue angle of 228.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24388D is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 56 | 141 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.45 |
| HSL | 228.57º | 0.59% | 0.35% | - |
| HSV(B) | 228.57º | 0.74% | 0.55% | - |
| XYZ | 6.95 | 5.13 | 25.82 | - |
| YUV | 59.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 141 | 0.74 | 0.60 | 0 | 0.45 | 228.57 | 0.59 | 0.35 |
| Hex | 24 | 38 | 8D | 4A | 3C | 0 | 2D | E5 | 3B | 23 |
| Octal | 44 | 70 | 215 | 112 | 74 | 0 | 55 | 345 | 73 | 43 |
| Binary | 100100 | 111000 | 10001101 | 1001010 | 111100 | 0 | 101101 | 11100101 | 111011 | 100011 |
Color Harmonies of #24388D
Complementary color
Monochromatic Colors of #24388D
Black with #24388D
Text Example
Text Example
White with #24388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24388D; }
p { color: rgb(36,56,141); }
H1.HeaderClassName
{
color: #24388D;
}
.AnyTagClassName
{
color: #24388D;
}
</style>
background-color css
<style>
a { background-color: #24388D; }
a { background-color: rgb(36,56,141); }
div.DivClassName
{
background-color: #24388D;
}
.BgClassName
{
background-color: #24388D;
}
</style>
border-color css
<style>
span { border-color: #24388D; }
span { border-color: rgb(36,56,141); }
td.TdClassName
{
border-color: #24388D;
}
.TagClassName
{
border-color: #24388D;
}
</style>