Shades of Resolution Blue #24368D
Tints of Resolution Blue #24368D
RGB
CMYK
RGB Variations
Color information
#24368D (or 0x24368D) is known color: Resolution Blue. HEX triplet: 24, 36 and 8D. RGB value is (36,54,141). Sum of RGB (Red+Green+Blue) = 36+54+141=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #24368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24368D is #DBC972. Grayscale: #3A3A3A. Windows color (decimal): -14403955 or 9254436. OLE color: 9254436.
HSL color Cylindrical-coordinate representation of color #24368D: hue angle of 229.71º 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 #24368D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 54 | 141 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.45 |
| HSL | 229.71º | 0.59% | 0.35% | - |
| HSV(B) | 229.71º | 0.74% | 0.55% | - |
| XYZ | 6.85 | 4.94 | 25.79 | - |
| YUV | 58.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 141 | 0.74 | 0.62 | 0 | 0.45 | 229.71 | 0.59 | 0.35 |
| Hex | 24 | 36 | 8D | 4A | 3E | 0 | 2D | E6 | 3B | 23 |
| Octal | 44 | 66 | 215 | 112 | 76 | 0 | 55 | 346 | 73 | 43 |
| Binary | 100100 | 110110 | 10001101 | 1001010 | 111110 | 0 | 101101 | 11100110 | 111011 | 100011 |
Color Harmonies of #24368D
Complementary color
Monochromatic Colors of #24368D
Black with #24368D
Text Example
Text Example
White with #24368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24368D; }
p { color: rgb(36,54,141); }
H1.HeaderClassName
{
color: #24368D;
}
.AnyTagClassName
{
color: #24368D;
}
</style>
background-color css
<style>
a { background-color: #24368D; }
a { background-color: rgb(36,54,141); }
div.DivClassName
{
background-color: #24368D;
}
.BgClassName
{
background-color: #24368D;
}
</style>
border-color css
<style>
span { border-color: #24368D; }
span { border-color: rgb(36,54,141); }
td.TdClassName
{
border-color: #24368D;
}
.TagClassName
{
border-color: #24368D;
}
</style>