Shades of Resolution Blue #334877
Tints of Resolution Blue #334877
RGB
CMYK
RGB Variations
Color information
#334877 (or 0x334877) is known color: Resolution Blue. HEX triplet: 33, 48 and 77. RGB value is (51,72,119). Sum of RGB (Red+Green+Blue) = 51+72+119=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #334877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334877 is #CCB788. Grayscale: #464646. Windows color (decimal): -13416329 or 7817267. OLE color: 7817267.
HSL color Cylindrical-coordinate representation of color #334877: hue angle of 221.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334877 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 72 | 119 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.53 |
| HSL | 221.47º | 0.4% | 0.33% | - |
| HSV(B) | 221.47º | 0.57% | 0.47% | - |
| XYZ | 7.01 | 6.67 | 18.37 | - |
| YUV | 71.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 119 | 0.57 | 0.39 | 0 | 0.53 | 221.47 | 0.4 | 0.33 |
| Hex | 33 | 48 | 77 | 39 | 27 | 0 | 35 | DD | 28 | 21 |
| Octal | 63 | 110 | 167 | 71 | 47 | 0 | 65 | 335 | 50 | 41 |
| Binary | 110011 | 1001000 | 1110111 | 111001 | 100111 | 0 | 110101 | 11011101 | 101000 | 100001 |
Color Harmonies of #334877
Complementary color
Monochromatic Colors of #334877
Black with #334877
Text Example
Text Example
White with #334877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334877; }
p { color: rgb(51,72,119); }
H1.HeaderClassName
{
color: #334877;
}
.AnyTagClassName
{
color: #334877;
}
</style>
background-color css
<style>
a { background-color: #334877; }
a { background-color: rgb(51,72,119); }
div.DivClassName
{
background-color: #334877;
}
.BgClassName
{
background-color: #334877;
}
</style>
border-color css
<style>
span { border-color: #334877; }
span { border-color: rgb(51,72,119); }
td.TdClassName
{
border-color: #334877;
}
.TagClassName
{
border-color: #334877;
}
</style>