Shades of Resolution Blue #24348A
Tints of Resolution Blue #24348A
RGB
CMYK
RGB Variations
Color information
#24348A (or 0x24348A) is known color: Resolution Blue. HEX triplet: 24, 34 and 8A. RGB value is (36,52,138). Sum of RGB (Red+Green+Blue) = 36+52+138=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #24348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24348A is #DBCB75. Grayscale: #383838. Windows color (decimal): -14404470 or 9057316. OLE color: 9057316.
HSL color Cylindrical-coordinate representation of color #24348A: hue angle of 230.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24348A is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 52 | 138 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.46 |
| HSL | 230.59º | 0.59% | 0.34% | - |
| HSV(B) | 230.59º | 0.74% | 0.54% | - |
| XYZ | 6.54 | 4.67 | 24.6 | - |
| YUV | 57.02 | 173.7 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 138 | 0.74 | 0.62 | 0 | 0.46 | 230.59 | 0.59 | 0.34 |
| Hex | 24 | 34 | 8A | 4A | 3E | 0 | 2E | E7 | 3B | 22 |
| Octal | 44 | 64 | 212 | 112 | 76 | 0 | 56 | 347 | 73 | 42 |
| Binary | 100100 | 110100 | 10001010 | 1001010 | 111110 | 0 | 101110 | 11100111 | 111011 | 100010 |
Color Harmonies of #24348A
Complementary color
Monochromatic Colors of #24348A
Black with #24348A
Text Example
Text Example
White with #24348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24348A; }
p { color: rgb(36,52,138); }
H1.HeaderClassName
{
color: #24348A;
}
.AnyTagClassName
{
color: #24348A;
}
</style>
background-color css
<style>
a { background-color: #24348A; }
a { background-color: rgb(36,52,138); }
div.DivClassName
{
background-color: #24348A;
}
.BgClassName
{
background-color: #24348A;
}
</style>
border-color css
<style>
span { border-color: #24348A; }
span { border-color: rgb(36,52,138); }
td.TdClassName
{
border-color: #24348A;
}
.TagClassName
{
border-color: #24348A;
}
</style>