Shades of Resolution Blue #33476C
Tints of Resolution Blue #33476C
RGB
CMYK
RGB Variations
Color information
#33476C (or 0x33476C) is known color: Resolution Blue. HEX triplet: 33, 47 and 6C. RGB value is (51,71,108). Sum of RGB (Red+Green+Blue) = 51+71+108=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #33476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33476C is #CCB893. Grayscale: #454545. Windows color (decimal): -13416596 or 7096115. OLE color: 7096115.
HSL color Cylindrical-coordinate representation of color #33476C: hue angle of 218.95º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33476C is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 71 | 108 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.58 |
| HSL | 218.95º | 0.36% | 0.31% | - |
| HSV(B) | 218.95º | 0.53% | 0.42% | - |
| XYZ | 6.33 | 6.29 | 15.07 | - |
| YUV | 69.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 108 | 0.53 | 0.34 | 0 | 0.58 | 218.95 | 0.36 | 0.31 |
| Hex | 33 | 47 | 6C | 35 | 22 | 0 | 3A | DB | 24 | 1F |
| Octal | 63 | 107 | 154 | 65 | 42 | 0 | 72 | 333 | 44 | 37 |
| Binary | 110011 | 1000111 | 1101100 | 110101 | 100010 | 0 | 111010 | 11011011 | 100100 | 11111 |
Color Harmonies of #33476C
Complementary color
Monochromatic Colors of #33476C
Black with #33476C
Text Example
Text Example
White with #33476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33476C; }
p { color: rgb(51,71,108); }
H1.HeaderClassName
{
color: #33476C;
}
.AnyTagClassName
{
color: #33476C;
}
</style>
background-color css
<style>
a { background-color: #33476C; }
a { background-color: rgb(51,71,108); }
div.DivClassName
{
background-color: #33476C;
}
.BgClassName
{
background-color: #33476C;
}
</style>
border-color css
<style>
span { border-color: #33476C; }
span { border-color: rgb(51,71,108); }
td.TdClassName
{
border-color: #33476C;
}
.TagClassName
{
border-color: #33476C;
}
</style>