Shades of Resolution Blue #1D3276
Tints of Resolution Blue #1D3276
RGB
CMYK
RGB Variations
Color information
#1D3276 (or 0x1D3276) is known color: Resolution Blue. HEX triplet: 1D, 32 and 76. RGB value is (29,50,118). Sum of RGB (Red+Green+Blue) = 29+50+118=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D3276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3276 is #E2CD89. Grayscale: #333333. Windows color (decimal): -14863754 or 7746077. OLE color: 7746077.
HSL color Cylindrical-coordinate representation of color #1D3276: hue angle of 225.84º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D3276 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 50 | 118 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.54 |
| HSL | 225.84º | 0.61% | 0.29% | - |
| HSV(B) | 225.84º | 0.75% | 0.46% | - |
| XYZ | 4.92 | 3.85 | 17.62 | - |
| YUV | 51.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 118 | 0.75 | 0.58 | 0 | 0.54 | 225.84 | 0.61 | 0.29 |
| Hex | 1D | 32 | 76 | 4B | 3A | 0 | 36 | E2 | 3D | 1D |
| Octal | 35 | 62 | 166 | 113 | 72 | 0 | 66 | 342 | 75 | 35 |
| Binary | 11101 | 110010 | 1110110 | 1001011 | 111010 | 0 | 110110 | 11100010 | 111101 | 11101 |
Color Harmonies of #1D3276
Complementary color
Monochromatic Colors of #1D3276
Black with #1D3276
Text Example
Text Example
White with #1D3276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3276; }
p { color: rgb(29,50,118); }
H1.HeaderClassName
{
color: #1D3276;
}
.AnyTagClassName
{
color: #1D3276;
}
</style>
background-color css
<style>
a { background-color: #1D3276; }
a { background-color: rgb(29,50,118); }
div.DivClassName
{
background-color: #1D3276;
}
.BgClassName
{
background-color: #1D3276;
}
</style>
border-color css
<style>
span { border-color: #1D3276; }
span { border-color: rgb(29,50,118); }
td.TdClassName
{
border-color: #1D3276;
}
.TagClassName
{
border-color: #1D3276;
}
</style>