Shades of Resolution Blue #243488
Tints of Resolution Blue #243488
RGB
CMYK
RGB Variations
Color information
#243488 (or 0x243488) is known color: Resolution Blue. HEX triplet: 24, 34 and 88. RGB value is (36,52,136). Sum of RGB (Red+Green+Blue) = 36+52+136=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #243488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243488 is #DBCB77. Grayscale: #383838. Windows color (decimal): -14404472 or 8926244. OLE color: 8926244.
HSL color Cylindrical-coordinate representation of color #243488: hue angle of 230.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #243488 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 52 | 136 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.47 |
| HSL | 230.4º | 0.58% | 0.34% | - |
| HSV(B) | 230.4º | 0.74% | 0.53% | - |
| XYZ | 6.4 | 4.61 | 23.84 | - |
| YUV | 56.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 136 | 0.74 | 0.62 | 0 | 0.47 | 230.4 | 0.58 | 0.34 |
| Hex | 24 | 34 | 88 | 4A | 3E | 0 | 2F | E6 | 3A | 22 |
| Octal | 44 | 64 | 210 | 112 | 76 | 0 | 57 | 346 | 72 | 42 |
| Binary | 100100 | 110100 | 10001000 | 1001010 | 111110 | 0 | 101111 | 11100110 | 111010 | 100010 |
Color Harmonies of #243488
Complementary color
Monochromatic Colors of #243488
Black with #243488
Text Example
Text Example
White with #243488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243488; }
p { color: rgb(36,52,136); }
H1.HeaderClassName
{
color: #243488;
}
.AnyTagClassName
{
color: #243488;
}
</style>
background-color css
<style>
a { background-color: #243488; }
a { background-color: rgb(36,52,136); }
div.DivClassName
{
background-color: #243488;
}
.BgClassName
{
background-color: #243488;
}
</style>
border-color css
<style>
span { border-color: #243488; }
span { border-color: rgb(36,52,136); }
td.TdClassName
{
border-color: #243488;
}
.TagClassName
{
border-color: #243488;
}
</style>