Shades of Resolution Blue #24378C
Tints of Resolution Blue #24378C
RGB
CMYK
RGB Variations
Color information
#24378C (or 0x24378C) is known color: Resolution Blue. HEX triplet: 24, 37 and 8C. RGB value is (36,55,140). Sum of RGB (Red+Green+Blue) = 36+55+140=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #24378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24378C is #DBC873. Grayscale: #3A3A3A. Windows color (decimal): -14403700 or 9189156. OLE color: 9189156.
HSL color Cylindrical-coordinate representation of color #24378C: hue angle of 229.04º 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 #24378C is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 55 | 140 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.45 |
| HSL | 229.04º | 0.59% | 0.35% | - |
| HSV(B) | 229.04º | 0.74% | 0.55% | - |
| XYZ | 6.83 | 5 | 25.42 | - |
| YUV | 59.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 140 | 0.74 | 0.61 | 0 | 0.45 | 229.04 | 0.59 | 0.35 |
| Hex | 24 | 37 | 8C | 4A | 3D | 0 | 2D | E5 | 3B | 23 |
| Octal | 44 | 67 | 214 | 112 | 75 | 0 | 55 | 345 | 73 | 43 |
| Binary | 100100 | 110111 | 10001100 | 1001010 | 111101 | 0 | 101101 | 11100101 | 111011 | 100011 |
Color Harmonies of #24378C
Complementary color
Monochromatic Colors of #24378C
Black with #24378C
Text Example
Text Example
White with #24378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24378C; }
p { color: rgb(36,55,140); }
H1.HeaderClassName
{
color: #24378C;
}
.AnyTagClassName
{
color: #24378C;
}
</style>
background-color css
<style>
a { background-color: #24378C; }
a { background-color: rgb(36,55,140); }
div.DivClassName
{
background-color: #24378C;
}
.BgClassName
{
background-color: #24378C;
}
</style>
border-color css
<style>
span { border-color: #24378C; }
span { border-color: rgb(36,55,140); }
td.TdClassName
{
border-color: #24378C;
}
.TagClassName
{
border-color: #24378C;
}
</style>