Shades of Resolution Blue #1E3D75
Tints of Resolution Blue #1E3D75
RGB
CMYK
RGB Variations
Color information
#1E3D75 (or 0x1E3D75) is known color: Resolution Blue. HEX triplet: 1E, 3D and 75. RGB value is (30,61,117). Sum of RGB (Red+Green+Blue) = 30+61+117=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E3D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D75 is #E1C28A. Grayscale: #393939. Windows color (decimal): -14795403 or 7683358. OLE color: 7683358.
HSL color Cylindrical-coordinate representation of color #1E3D75: hue angle of 218.62º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E3D75 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 61 | 117 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.54 |
| HSL | 218.62º | 0.59% | 0.29% | - |
| HSV(B) | 218.62º | 0.74% | 0.46% | - |
| XYZ | 5.42 | 4.9 | 17.49 | - |
| YUV | 58.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 117 | 0.74 | 0.48 | 0 | 0.54 | 218.62 | 0.59 | 0.29 |
| Hex | 1E | 3D | 75 | 4A | 30 | 0 | 36 | DB | 3B | 1D |
| Octal | 36 | 75 | 165 | 112 | 60 | 0 | 66 | 333 | 73 | 35 |
| Binary | 11110 | 111101 | 1110101 | 1001010 | 110000 | 0 | 110110 | 11011011 | 111011 | 11101 |
Color Harmonies of #1E3D75
Complementary color
Monochromatic Colors of #1E3D75
Black with #1E3D75
Text Example
Text Example
White with #1E3D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D75; }
p { color: rgb(30,61,117); }
H1.HeaderClassName
{
color: #1E3D75;
}
.AnyTagClassName
{
color: #1E3D75;
}
</style>
background-color css
<style>
a { background-color: #1E3D75; }
a { background-color: rgb(30,61,117); }
div.DivClassName
{
background-color: #1E3D75;
}
.BgClassName
{
background-color: #1E3D75;
}
</style>
border-color css
<style>
span { border-color: #1E3D75; }
span { border-color: rgb(30,61,117); }
td.TdClassName
{
border-color: #1E3D75;
}
.TagClassName
{
border-color: #1E3D75;
}
</style>