Shades of Resolution Blue #1E3488
Tints of Resolution Blue #1E3488
RGB
CMYK
RGB Variations
Color information
#1E3488 (or 0x1E3488) is known color: Resolution Blue. HEX triplet: 1E, 34 and 88. RGB value is (30,52,136). Sum of RGB (Red+Green+Blue) = 30+52+136=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E3488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3488 is #E1CB77. Grayscale: #363636. Windows color (decimal): -14797688 or 8926238. OLE color: 8926238.
HSL color Cylindrical-coordinate representation of color #1E3488: hue angle of 227.55º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E3488 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 52 | 136 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.47 |
| HSL | 227.55º | 0.64% | 0.33% | - |
| HSV(B) | 227.55º | 0.78% | 0.53% | - |
| XYZ | 6.21 | 4.51 | 23.84 | - |
| YUV | 55 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 136 | 0.78 | 0.62 | 0 | 0.47 | 227.55 | 0.64 | 0.33 |
| Hex | 1E | 34 | 88 | 4E | 3E | 0 | 2F | E4 | 40 | 21 |
| Octal | 36 | 64 | 210 | 116 | 76 | 0 | 57 | 344 | 100 | 41 |
| Binary | 11110 | 110100 | 10001000 | 1001110 | 111110 | 0 | 101111 | 11100100 | 1000000 | 100001 |
Color Harmonies of #1E3488
Complementary color
Monochromatic Colors of #1E3488
Black with #1E3488
Text Example
Text Example
White with #1E3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3488; }
p { color: rgb(30,52,136); }
H1.HeaderClassName
{
color: #1E3488;
}
.AnyTagClassName
{
color: #1E3488;
}
</style>
background-color css
<style>
a { background-color: #1E3488; }
a { background-color: rgb(30,52,136); }
div.DivClassName
{
background-color: #1E3488;
}
.BgClassName
{
background-color: #1E3488;
}
</style>
border-color css
<style>
span { border-color: #1E3488; }
span { border-color: rgb(30,52,136); }
td.TdClassName
{
border-color: #1E3488;
}
.TagClassName
{
border-color: #1E3488;
}
</style>