Shades of Resolution Blue #32477A
Tints of Resolution Blue #32477A
RGB
CMYK
RGB Variations
Color information
#32477A (or 0x32477A) is known color: Resolution Blue. HEX triplet: 32, 47 and 7A. RGB value is (50,71,122). Sum of RGB (Red+Green+Blue) = 50+71+122=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #32477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32477A is #CDB885. Grayscale: #464646. Windows color (decimal): -13482118 or 8013618. OLE color: 8013618.
HSL color Cylindrical-coordinate representation of color #32477A: hue angle of 222.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32477A is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 71 | 122 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.52 |
| HSL | 222.5º | 0.42% | 0.34% | - |
| HSV(B) | 222.5º | 0.59% | 0.48% | - |
| XYZ | 7.08 | 6.59 | 19.31 | - |
| YUV | 70.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 122 | 0.59 | 0.42 | 0 | 0.52 | 222.5 | 0.42 | 0.34 |
| Hex | 32 | 47 | 7A | 3B | 2A | 0 | 34 | DE | 2A | 22 |
| Octal | 62 | 107 | 172 | 73 | 52 | 0 | 64 | 336 | 52 | 42 |
| Binary | 110010 | 1000111 | 1111010 | 111011 | 101010 | 0 | 110100 | 11011110 | 101010 | 100010 |
Color Harmonies of #32477A
Complementary color
Monochromatic Colors of #32477A
Black with #32477A
Text Example
Text Example
White with #32477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32477A; }
p { color: rgb(50,71,122); }
H1.HeaderClassName
{
color: #32477A;
}
.AnyTagClassName
{
color: #32477A;
}
</style>
background-color css
<style>
a { background-color: #32477A; }
a { background-color: rgb(50,71,122); }
div.DivClassName
{
background-color: #32477A;
}
.BgClassName
{
background-color: #32477A;
}
</style>
border-color css
<style>
span { border-color: #32477A; }
span { border-color: rgb(50,71,122); }
td.TdClassName
{
border-color: #32477A;
}
.TagClassName
{
border-color: #32477A;
}
</style>