Shades of Resolution Blue #1D3670
Tints of Resolution Blue #1D3670
RGB
CMYK
RGB Variations
Color information
#1D3670 (or 0x1D3670) is known color: Resolution Blue. HEX triplet: 1D, 36 and 70. RGB value is (29,54,112). Sum of RGB (Red+Green+Blue) = 29+54+112=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D3670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3670 is #E2C98F. Grayscale: #343434. Windows color (decimal): -14862736 or 7353885. OLE color: 7353885.
HSL color Cylindrical-coordinate representation of color #1D3670: hue angle of 221.93º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D3670 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 54 | 112 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.56 |
| HSL | 221.93º | 0.59% | 0.28% | - |
| HSV(B) | 221.93º | 0.74% | 0.44% | - |
| XYZ | 4.75 | 4.07 | 15.86 | - |
| YUV | 53.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 112 | 0.74 | 0.52 | 0 | 0.56 | 221.93 | 0.59 | 0.28 |
| Hex | 1D | 36 | 70 | 4A | 34 | 0 | 38 | DE | 3B | 1C |
| Octal | 35 | 66 | 160 | 112 | 64 | 0 | 70 | 336 | 73 | 34 |
| Binary | 11101 | 110110 | 1110000 | 1001010 | 110100 | 0 | 111000 | 11011110 | 111011 | 11100 |
Color Harmonies of #1D3670
Complementary color
Monochromatic Colors of #1D3670
Black with #1D3670
Text Example
Text Example
White with #1D3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3670; }
p { color: rgb(29,54,112); }
H1.HeaderClassName
{
color: #1D3670;
}
.AnyTagClassName
{
color: #1D3670;
}
</style>
background-color css
<style>
a { background-color: #1D3670; }
a { background-color: rgb(29,54,112); }
div.DivClassName
{
background-color: #1D3670;
}
.BgClassName
{
background-color: #1D3670;
}
</style>
border-color css
<style>
span { border-color: #1D3670; }
span { border-color: rgb(29,54,112); }
td.TdClassName
{
border-color: #1D3670;
}
.TagClassName
{
border-color: #1D3670;
}
</style>