Shades of Resolution Blue #1D3475
Tints of Resolution Blue #1D3475
RGB
CMYK
RGB Variations
Color information
#1D3475 (or 0x1D3475) is known color: Resolution Blue. HEX triplet: 1D, 34 and 75. RGB value is (29,52,117). Sum of RGB (Red+Green+Blue) = 29+52+117=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D3475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3475 is #E2CB8A. Grayscale: #343434. Windows color (decimal): -14863243 or 7681053. OLE color: 7681053.
HSL color Cylindrical-coordinate representation of color #1D3475: hue angle of 224.32º degrees, saturation: 0.6, 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 #1D3475 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 52 | 117 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.54 |
| HSL | 224.32º | 0.6% | 0.29% | - |
| HSV(B) | 224.32º | 0.75% | 0.46% | - |
| XYZ | 4.95 | 4 | 17.34 | - |
| YUV | 52.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 117 | 0.75 | 0.56 | 0 | 0.54 | 224.32 | 0.6 | 0.29 |
| Hex | 1D | 34 | 75 | 4B | 38 | 0 | 36 | E0 | 3C | 1D |
| Octal | 35 | 64 | 165 | 113 | 70 | 0 | 66 | 340 | 74 | 35 |
| Binary | 11101 | 110100 | 1110101 | 1001011 | 111000 | 0 | 110110 | 11100000 | 111100 | 11101 |
Color Harmonies of #1D3475
Complementary color
Monochromatic Colors of #1D3475
Black with #1D3475
Text Example
Text Example
White with #1D3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3475; }
p { color: rgb(29,52,117); }
H1.HeaderClassName
{
color: #1D3475;
}
.AnyTagClassName
{
color: #1D3475;
}
</style>
background-color css
<style>
a { background-color: #1D3475; }
a { background-color: rgb(29,52,117); }
div.DivClassName
{
background-color: #1D3475;
}
.BgClassName
{
background-color: #1D3475;
}
</style>
border-color css
<style>
span { border-color: #1D3475; }
span { border-color: rgb(29,52,117); }
td.TdClassName
{
border-color: #1D3475;
}
.TagClassName
{
border-color: #1D3475;
}
</style>