Shades of Resolution Blue #334177
Tints of Resolution Blue #334177
RGB
CMYK
RGB Variations
Color information
#334177 (or 0x334177) is known color: Resolution Blue. HEX triplet: 33, 41 and 77. RGB value is (51,65,119). Sum of RGB (Red+Green+Blue) = 51+65+119=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #334177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334177 is #CCBE88. Grayscale: #424242. Windows color (decimal): -13418121 or 7815475. OLE color: 7815475.
HSL color Cylindrical-coordinate representation of color #334177: hue angle of 227.65º 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 #334177 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 65 | 119 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.53 |
| HSL | 227.65º | 0.4% | 0.33% | - |
| HSV(B) | 227.65º | 0.57% | 0.47% | - |
| XYZ | 6.59 | 5.82 | 18.23 | - |
| YUV | 66.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 119 | 0.57 | 0.45 | 0 | 0.53 | 227.65 | 0.4 | 0.33 |
| Hex | 33 | 41 | 77 | 39 | 2D | 0 | 35 | E4 | 28 | 21 |
| Octal | 63 | 101 | 167 | 71 | 55 | 0 | 65 | 344 | 50 | 41 |
| Binary | 110011 | 1000001 | 1110111 | 111001 | 101101 | 0 | 110101 | 11100100 | 101000 | 100001 |
Color Harmonies of #334177
Complementary color
Monochromatic Colors of #334177
Black with #334177
Text Example
Text Example
White with #334177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334177; }
p { color: rgb(51,65,119); }
H1.HeaderClassName
{
color: #334177;
}
.AnyTagClassName
{
color: #334177;
}
</style>
background-color css
<style>
a { background-color: #334177; }
a { background-color: rgb(51,65,119); }
div.DivClassName
{
background-color: #334177;
}
.BgClassName
{
background-color: #334177;
}
</style>
border-color css
<style>
span { border-color: #334177; }
span { border-color: rgb(51,65,119); }
td.TdClassName
{
border-color: #334177;
}
.TagClassName
{
border-color: #334177;
}
</style>