Shades of Resolution Blue #33486F
Tints of Resolution Blue #33486F
RGB
CMYK
RGB Variations
Color information
#33486F (or 0x33486F) is known color: Resolution Blue. HEX triplet: 33, 48 and 6F. RGB value is (51,72,111). Sum of RGB (Red+Green+Blue) = 51+72+111=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #33486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33486F is #CCB790. Grayscale: #454545. Windows color (decimal): -13416337 or 7292979. OLE color: 7292979.
HSL color Cylindrical-coordinate representation of color #33486F: hue angle of 219º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33486F is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 72 | 111 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.56 |
| HSL | 219º | 0.37% | 0.32% | - |
| HSV(B) | 219º | 0.54% | 0.44% | - |
| XYZ | 6.55 | 6.49 | 15.95 | - |
| YUV | 70.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 111 | 0.54 | 0.35 | 0 | 0.56 | 219 | 0.37 | 0.32 |
| Hex | 33 | 48 | 6F | 36 | 23 | 0 | 38 | DB | 25 | 20 |
| Octal | 63 | 110 | 157 | 66 | 43 | 0 | 70 | 333 | 45 | 40 |
| Binary | 110011 | 1001000 | 1101111 | 110110 | 100011 | 0 | 111000 | 11011011 | 100101 | 100000 |
Color Harmonies of #33486F
Complementary color
Monochromatic Colors of #33486F
Black with #33486F
Text Example
Text Example
White with #33486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33486F; }
p { color: rgb(51,72,111); }
H1.HeaderClassName
{
color: #33486F;
}
.AnyTagClassName
{
color: #33486F;
}
</style>
background-color css
<style>
a { background-color: #33486F; }
a { background-color: rgb(51,72,111); }
div.DivClassName
{
background-color: #33486F;
}
.BgClassName
{
background-color: #33486F;
}
</style>
border-color css
<style>
span { border-color: #33486F; }
span { border-color: rgb(51,72,111); }
td.TdClassName
{
border-color: #33486F;
}
.TagClassName
{
border-color: #33486F;
}
</style>