Shades of Resolution Blue #1D3674
Tints of Resolution Blue #1D3674
RGB
CMYK
RGB Variations
Color information
#1D3674 (or 0x1D3674) is known color: Resolution Blue. HEX triplet: 1D, 36 and 74. RGB value is (29,54,116). Sum of RGB (Red+Green+Blue) = 29+54+116=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D3674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3674 is #E2C98B. Grayscale: #353535. Windows color (decimal): -14862732 or 7616029. OLE color: 7616029.
HSL color Cylindrical-coordinate representation of color #1D3674: hue angle of 222.76º degrees, saturation: 0.6, 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 #1D3674 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 54 | 116 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.55 |
| HSL | 222.76º | 0.6% | 0.28% | - |
| HSV(B) | 222.76º | 0.75% | 0.45% | - |
| XYZ | 4.98 | 4.16 | 17.06 | - |
| YUV | 53.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 116 | 0.75 | 0.53 | 0 | 0.55 | 222.76 | 0.6 | 0.28 |
| Hex | 1D | 36 | 74 | 4B | 35 | 0 | 37 | DF | 3C | 1C |
| Octal | 35 | 66 | 164 | 113 | 65 | 0 | 67 | 337 | 74 | 34 |
| Binary | 11101 | 110110 | 1110100 | 1001011 | 110101 | 0 | 110111 | 11011111 | 111100 | 11100 |
Color Harmonies of #1D3674
Complementary color
Monochromatic Colors of #1D3674
Black with #1D3674
Text Example
Text Example
White with #1D3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3674; }
p { color: rgb(29,54,116); }
H1.HeaderClassName
{
color: #1D3674;
}
.AnyTagClassName
{
color: #1D3674;
}
</style>
background-color css
<style>
a { background-color: #1D3674; }
a { background-color: rgb(29,54,116); }
div.DivClassName
{
background-color: #1D3674;
}
.BgClassName
{
background-color: #1D3674;
}
</style>
border-color css
<style>
span { border-color: #1D3674; }
span { border-color: rgb(29,54,116); }
td.TdClassName
{
border-color: #1D3674;
}
.TagClassName
{
border-color: #1D3674;
}
</style>