Shades of Resolution Blue #1E3374
Tints of Resolution Blue #1E3374
RGB
CMYK
RGB Variations
Color information
#1E3374 (or 0x1E3374) is known color: Resolution Blue. HEX triplet: 1E, 33 and 74. RGB value is (30,51,116). Sum of RGB (Red+Green+Blue) = 30+51+116=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3374 is #E1CC8B. Grayscale: #333333. Windows color (decimal): -14797964 or 7615262. OLE color: 7615262.
HSL color Cylindrical-coordinate representation of color #1E3374: hue angle of 225.35º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E3374 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 51 | 116 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.55 |
| HSL | 225.35º | 0.59% | 0.29% | - |
| HSV(B) | 225.35º | 0.74% | 0.45% | - |
| XYZ | 4.87 | 3.9 | 17.02 | - |
| YUV | 52.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 116 | 0.74 | 0.56 | 0 | 0.55 | 225.35 | 0.59 | 0.29 |
| Hex | 1E | 33 | 74 | 4A | 38 | 0 | 37 | E1 | 3B | 1D |
| Octal | 36 | 63 | 164 | 112 | 70 | 0 | 67 | 341 | 73 | 35 |
| Binary | 11110 | 110011 | 1110100 | 1001010 | 111000 | 0 | 110111 | 11100001 | 111011 | 11101 |
Color Harmonies of #1E3374
Complementary color
Monochromatic Colors of #1E3374
Black with #1E3374
Text Example
Text Example
White with #1E3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3374; }
p { color: rgb(30,51,116); }
H1.HeaderClassName
{
color: #1E3374;
}
.AnyTagClassName
{
color: #1E3374;
}
</style>
background-color css
<style>
a { background-color: #1E3374; }
a { background-color: rgb(30,51,116); }
div.DivClassName
{
background-color: #1E3374;
}
.BgClassName
{
background-color: #1E3374;
}
</style>
border-color css
<style>
span { border-color: #1E3374; }
span { border-color: rgb(30,51,116); }
td.TdClassName
{
border-color: #1E3374;
}
.TagClassName
{
border-color: #1E3374;
}
</style>