Shades of Resolution Blue #32476E
Tints of Resolution Blue #32476E
RGB
CMYK
RGB Variations
Color information
#32476E (or 0x32476E) is known color: Resolution Blue. HEX triplet: 32, 47 and 6E. RGB value is (50,71,110). Sum of RGB (Red+Green+Blue) = 50+71+110=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #32476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32476E is #CDB891. Grayscale: #444444. Windows color (decimal): -13482130 or 7227186. OLE color: 7227186.
HSL color Cylindrical-coordinate representation of color #32476E: hue angle of 219º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32476E is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 71 | 110 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.57 |
| HSL | 219º | 0.38% | 0.31% | - |
| HSV(B) | 219º | 0.55% | 0.43% | - |
| XYZ | 6.38 | 6.31 | 15.63 | - |
| YUV | 69.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 110 | 0.55 | 0.35 | 0 | 0.57 | 219 | 0.38 | 0.31 |
| Hex | 32 | 47 | 6E | 37 | 23 | 0 | 39 | DB | 26 | 1F |
| Octal | 62 | 107 | 156 | 67 | 43 | 0 | 71 | 333 | 46 | 37 |
| Binary | 110010 | 1000111 | 1101110 | 110111 | 100011 | 0 | 111001 | 11011011 | 100110 | 11111 |
Color Harmonies of #32476E
Complementary color
Monochromatic Colors of #32476E
Black with #32476E
Text Example
Text Example
White with #32476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32476E; }
p { color: rgb(50,71,110); }
H1.HeaderClassName
{
color: #32476E;
}
.AnyTagClassName
{
color: #32476E;
}
</style>
background-color css
<style>
a { background-color: #32476E; }
a { background-color: rgb(50,71,110); }
div.DivClassName
{
background-color: #32476E;
}
.BgClassName
{
background-color: #32476E;
}
</style>
border-color css
<style>
span { border-color: #32476E; }
span { border-color: rgb(50,71,110); }
td.TdClassName
{
border-color: #32476E;
}
.TagClassName
{
border-color: #32476E;
}
</style>