Shades of Resolution Blue #1D3778
Tints of Resolution Blue #1D3778
RGB
CMYK
RGB Variations
Color information
#1D3778 (or 0x1D3778) is known color: Resolution Blue. HEX triplet: 1D, 37 and 78. RGB value is (29,55,120). Sum of RGB (Red+Green+Blue) = 29+55+120=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D3778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3778 is #E2C887. Grayscale: #363636. Windows color (decimal): -14862472 or 7878429. OLE color: 7878429.
HSL color Cylindrical-coordinate representation of color #1D3778: hue angle of 222.86º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D3778 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 55 | 120 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.53 |
| HSL | 222.86º | 0.61% | 0.29% | - |
| HSV(B) | 222.86º | 0.76% | 0.47% | - |
| XYZ | 5.26 | 4.35 | 18.33 | - |
| YUV | 54.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 120 | 0.76 | 0.54 | 0 | 0.53 | 222.86 | 0.61 | 0.29 |
| Hex | 1D | 37 | 78 | 4C | 36 | 0 | 35 | DF | 3D | 1D |
| Octal | 35 | 67 | 170 | 114 | 66 | 0 | 65 | 337 | 75 | 35 |
| Binary | 11101 | 110111 | 1111000 | 1001100 | 110110 | 0 | 110101 | 11011111 | 111101 | 11101 |
Color Harmonies of #1D3778
Complementary color
Monochromatic Colors of #1D3778
Black with #1D3778
Text Example
Text Example
White with #1D3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3778; }
p { color: rgb(29,55,120); }
H1.HeaderClassName
{
color: #1D3778;
}
.AnyTagClassName
{
color: #1D3778;
}
</style>
background-color css
<style>
a { background-color: #1D3778; }
a { background-color: rgb(29,55,120); }
div.DivClassName
{
background-color: #1D3778;
}
.BgClassName
{
background-color: #1D3778;
}
</style>
border-color css
<style>
span { border-color: #1D3778; }
span { border-color: rgb(29,55,120); }
td.TdClassName
{
border-color: #1D3778;
}
.TagClassName
{
border-color: #1D3778;
}
</style>