Shades of Resolution Blue #1D3772
Tints of Resolution Blue #1D3772
RGB
CMYK
RGB Variations
Color information
#1D3772 (or 0x1D3772) is known color: Resolution Blue. HEX triplet: 1D, 37 and 72. RGB value is (29,55,114). Sum of RGB (Red+Green+Blue) = 29+55+114=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D3772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3772 is #E2C88D. Grayscale: #353535. Windows color (decimal): -14862478 or 7485213. OLE color: 7485213.
HSL color Cylindrical-coordinate representation of color #1D3772: hue angle of 221.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D3772 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 55 | 114 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.55 |
| HSL | 221.65º | 0.59% | 0.28% | - |
| HSV(B) | 221.65º | 0.75% | 0.45% | - |
| XYZ | 4.91 | 4.21 | 16.47 | - |
| YUV | 53.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 114 | 0.75 | 0.52 | 0 | 0.55 | 221.65 | 0.59 | 0.28 |
| Hex | 1D | 37 | 72 | 4B | 34 | 0 | 37 | DE | 3B | 1C |
| Octal | 35 | 67 | 162 | 113 | 64 | 0 | 67 | 336 | 73 | 34 |
| Binary | 11101 | 110111 | 1110010 | 1001011 | 110100 | 0 | 110111 | 11011110 | 111011 | 11100 |
Color Harmonies of #1D3772
Complementary color
Monochromatic Colors of #1D3772
Black with #1D3772
Text Example
Text Example
White with #1D3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3772; }
p { color: rgb(29,55,114); }
H1.HeaderClassName
{
color: #1D3772;
}
.AnyTagClassName
{
color: #1D3772;
}
</style>
background-color css
<style>
a { background-color: #1D3772; }
a { background-color: rgb(29,55,114); }
div.DivClassName
{
background-color: #1D3772;
}
.BgClassName
{
background-color: #1D3772;
}
</style>
border-color css
<style>
span { border-color: #1D3772; }
span { border-color: rgb(29,55,114); }
td.TdClassName
{
border-color: #1D3772;
}
.TagClassName
{
border-color: #1D3772;
}
</style>