Shades of Resolution Blue #1D3374
Tints of Resolution Blue #1D3374
RGB
CMYK
RGB Variations
Color information
#1D3374 (or 0x1D3374) is known color: Resolution Blue. HEX triplet: 1D, 33 and 74. RGB value is (29,51,116). Sum of RGB (Red+Green+Blue) = 29+51+116=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3374 is #E2CC8B. Grayscale: #333333. Windows color (decimal): -14863500 or 7615261. OLE color: 7615261.
HSL color Cylindrical-coordinate representation of color #1D3374: hue angle of 224.83º 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 #1D3374 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 51 | 116 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.55 |
| HSL | 224.83º | 0.6% | 0.28% | - |
| HSV(B) | 224.83º | 0.75% | 0.45% | - |
| XYZ | 4.84 | 3.89 | 17.02 | - |
| YUV | 51.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 116 | 0.75 | 0.56 | 0 | 0.55 | 224.83 | 0.6 | 0.28 |
| Hex | 1D | 33 | 74 | 4B | 38 | 0 | 37 | E1 | 3C | 1C |
| Octal | 35 | 63 | 164 | 113 | 70 | 0 | 67 | 341 | 74 | 34 |
| Binary | 11101 | 110011 | 1110100 | 1001011 | 111000 | 0 | 110111 | 11100001 | 111100 | 11100 |
Color Harmonies of #1D3374
Complementary color
Monochromatic Colors of #1D3374
Black with #1D3374
Text Example
Text Example
White with #1D3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3374; }
p { color: rgb(29,51,116); }
H1.HeaderClassName
{
color: #1D3374;
}
.AnyTagClassName
{
color: #1D3374;
}
</style>
background-color css
<style>
a { background-color: #1D3374; }
a { background-color: rgb(29,51,116); }
div.DivClassName
{
background-color: #1D3374;
}
.BgClassName
{
background-color: #1D3374;
}
</style>
border-color css
<style>
span { border-color: #1D3374; }
span { border-color: rgb(29,51,116); }
td.TdClassName
{
border-color: #1D3374;
}
.TagClassName
{
border-color: #1D3374;
}
</style>