Shades of Resolution Blue #1E3D72
Tints of Resolution Blue #1E3D72
RGB
CMYK
RGB Variations
Color information
#1E3D72 (or 0x1E3D72) is known color: Resolution Blue. HEX triplet: 1E, 3D and 72. RGB value is (30,61,114). Sum of RGB (Red+Green+Blue) = 30+61+114=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E3D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D72 is #E1C28D. Grayscale: #393939. Windows color (decimal): -14795406 or 7486750. OLE color: 7486750.
HSL color Cylindrical-coordinate representation of color #1E3D72: hue angle of 217.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E3D72 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 61 | 114 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.55 |
| HSL | 217.86º | 0.58% | 0.28% | - |
| HSV(B) | 217.86º | 0.74% | 0.45% | - |
| XYZ | 5.24 | 4.83 | 16.58 | - |
| YUV | 57.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 114 | 0.74 | 0.46 | 0 | 0.55 | 217.86 | 0.58 | 0.28 |
| Hex | 1E | 3D | 72 | 4A | 2E | 0 | 37 | DA | 3A | 1C |
| Octal | 36 | 75 | 162 | 112 | 56 | 0 | 67 | 332 | 72 | 34 |
| Binary | 11110 | 111101 | 1110010 | 1001010 | 101110 | 0 | 110111 | 11011010 | 111010 | 11100 |
Color Harmonies of #1E3D72
Complementary color
Monochromatic Colors of #1E3D72
Black with #1E3D72
Text Example
Text Example
White with #1E3D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D72; }
p { color: rgb(30,61,114); }
H1.HeaderClassName
{
color: #1E3D72;
}
.AnyTagClassName
{
color: #1E3D72;
}
</style>
background-color css
<style>
a { background-color: #1E3D72; }
a { background-color: rgb(30,61,114); }
div.DivClassName
{
background-color: #1E3D72;
}
.BgClassName
{
background-color: #1E3D72;
}
</style>
border-color css
<style>
span { border-color: #1E3D72; }
span { border-color: rgb(30,61,114); }
td.TdClassName
{
border-color: #1E3D72;
}
.TagClassName
{
border-color: #1E3D72;
}
</style>