Shades of Resolution Blue #24398B
Tints of Resolution Blue #24398B
RGB
CMYK
RGB Variations
Color information
#24398B (or 0x24398B) is known color: Resolution Blue. HEX triplet: 24, 39 and 8B. RGB value is (36,57,139). Sum of RGB (Red+Green+Blue) = 36+57+139=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #24398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24398B is #DBC674. Grayscale: #3B3B3B. Windows color (decimal): -14403189 or 9124132. OLE color: 9124132.
HSL color Cylindrical-coordinate representation of color #24398B: hue angle of 227.77º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24398B is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 57 | 139 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.45 |
| HSL | 227.77º | 0.59% | 0.34% | - |
| HSV(B) | 227.77º | 0.74% | 0.55% | - |
| XYZ | 6.85 | 5.17 | 25.06 | - |
| YUV | 60.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 139 | 0.74 | 0.59 | 0 | 0.45 | 227.77 | 0.59 | 0.34 |
| Hex | 24 | 39 | 8B | 4A | 3B | 0 | 2D | E4 | 3B | 22 |
| Octal | 44 | 71 | 213 | 112 | 73 | 0 | 55 | 344 | 73 | 42 |
| Binary | 100100 | 111001 | 10001011 | 1001010 | 111011 | 0 | 101101 | 11100100 | 111011 | 100010 |
Color Harmonies of #24398B
Complementary color
Monochromatic Colors of #24398B
Black with #24398B
Text Example
Text Example
White with #24398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24398B; }
p { color: rgb(36,57,139); }
H1.HeaderClassName
{
color: #24398B;
}
.AnyTagClassName
{
color: #24398B;
}
</style>
background-color css
<style>
a { background-color: #24398B; }
a { background-color: rgb(36,57,139); }
div.DivClassName
{
background-color: #24398B;
}
.BgClassName
{
background-color: #24398B;
}
</style>
border-color css
<style>
span { border-color: #24398B; }
span { border-color: rgb(36,57,139); }
td.TdClassName
{
border-color: #24398B;
}
.TagClassName
{
border-color: #24398B;
}
</style>