Shades of Resolution Blue #1D3684
Tints of Resolution Blue #1D3684
RGB
CMYK
RGB Variations
Color information
#1D3684 (or 0x1D3684) is known color: Resolution Blue. HEX triplet: 1D, 36 and 84. RGB value is (29,54,132). Sum of RGB (Red+Green+Blue) = 29+54+132=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D3684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3684 is #E2C97B. Grayscale: #373737. Windows color (decimal): -14862716 or 8664605. OLE color: 8664605.
HSL color Cylindrical-coordinate representation of color #1D3684: hue angle of 225.44º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D3684 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 54 | 132 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.48 |
| HSL | 225.44º | 0.64% | 0.32% | - |
| HSV(B) | 225.44º | 0.78% | 0.52% | - |
| XYZ | 5.99 | 4.57 | 22.4 | - |
| YUV | 55.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 132 | 0.78 | 0.59 | 0 | 0.48 | 225.44 | 0.64 | 0.32 |
| Hex | 1D | 36 | 84 | 4E | 3B | 0 | 30 | E1 | 40 | 20 |
| Octal | 35 | 66 | 204 | 116 | 73 | 0 | 60 | 341 | 100 | 40 |
| Binary | 11101 | 110110 | 10000100 | 1001110 | 111011 | 0 | 110000 | 11100001 | 1000000 | 100000 |
Color Harmonies of #1D3684
Complementary color
Monochromatic Colors of #1D3684
Black with #1D3684
Text Example
Text Example
White with #1D3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3684; }
p { color: rgb(29,54,132); }
H1.HeaderClassName
{
color: #1D3684;
}
.AnyTagClassName
{
color: #1D3684;
}
</style>
background-color css
<style>
a { background-color: #1D3684; }
a { background-color: rgb(29,54,132); }
div.DivClassName
{
background-color: #1D3684;
}
.BgClassName
{
background-color: #1D3684;
}
</style>
border-color css
<style>
span { border-color: #1D3684; }
span { border-color: rgb(29,54,132); }
td.TdClassName
{
border-color: #1D3684;
}
.TagClassName
{
border-color: #1D3684;
}
</style>