Shades of Resolution Blue #32476C
Tints of Resolution Blue #32476C
RGB
CMYK
RGB Variations
Color information
#32476C (or 0x32476C) is known color: Resolution Blue. HEX triplet: 32, 47 and 6C. RGB value is (50,71,108). Sum of RGB (Red+Green+Blue) = 50+71+108=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #32476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32476C is #CDB893. Grayscale: #444444. Windows color (decimal): -13482132 or 7096114. OLE color: 7096114.
HSL color Cylindrical-coordinate representation of color #32476C: hue angle of 218.28º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32476C is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 71 | 108 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.58 |
| HSL | 218.28º | 0.37% | 0.31% | - |
| HSV(B) | 218.28º | 0.54% | 0.42% | - |
| XYZ | 6.28 | 6.27 | 15.07 | - |
| YUV | 68.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 108 | 0.54 | 0.34 | 0 | 0.58 | 218.28 | 0.37 | 0.31 |
| Hex | 32 | 47 | 6C | 36 | 22 | 0 | 3A | DA | 25 | 1F |
| Octal | 62 | 107 | 154 | 66 | 42 | 0 | 72 | 332 | 45 | 37 |
| Binary | 110010 | 1000111 | 1101100 | 110110 | 100010 | 0 | 111010 | 11011010 | 100101 | 11111 |
Color Harmonies of #32476C
Complementary color
Monochromatic Colors of #32476C
Black with #32476C
Text Example
Text Example
White with #32476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32476C; }
p { color: rgb(50,71,108); }
H1.HeaderClassName
{
color: #32476C;
}
.AnyTagClassName
{
color: #32476C;
}
</style>
background-color css
<style>
a { background-color: #32476C; }
a { background-color: rgb(50,71,108); }
div.DivClassName
{
background-color: #32476C;
}
.BgClassName
{
background-color: #32476C;
}
</style>
border-color css
<style>
span { border-color: #32476C; }
span { border-color: rgb(50,71,108); }
td.TdClassName
{
border-color: #32476C;
}
.TagClassName
{
border-color: #32476C;
}
</style>