Shades of Resolution Blue #334171
Tints of Resolution Blue #334171
RGB
CMYK
RGB Variations
Color information
#334171 (or 0x334171) is known color: Resolution Blue. HEX triplet: 33, 41 and 71. RGB value is (51,65,113). Sum of RGB (Red+Green+Blue) = 51+65+113=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #334171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334171 is #CCBE8E. Grayscale: #424242. Windows color (decimal): -13418127 or 7422259. OLE color: 7422259.
HSL color Cylindrical-coordinate representation of color #334171: hue angle of 226.45º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334171 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 65 | 113 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.56 |
| HSL | 226.45º | 0.38% | 0.32% | - |
| HSV(B) | 226.45º | 0.55% | 0.44% | - |
| XYZ | 6.24 | 5.68 | 16.39 | - |
| YUV | 66.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 113 | 0.55 | 0.42 | 0 | 0.56 | 226.45 | 0.38 | 0.32 |
| Hex | 33 | 41 | 71 | 37 | 2A | 0 | 38 | E2 | 26 | 20 |
| Octal | 63 | 101 | 161 | 67 | 52 | 0 | 70 | 342 | 46 | 40 |
| Binary | 110011 | 1000001 | 1110001 | 110111 | 101010 | 0 | 111000 | 11100010 | 100110 | 100000 |
Color Harmonies of #334171
Complementary color
Monochromatic Colors of #334171
Black with #334171
Text Example
Text Example
White with #334171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334171; }
p { color: rgb(51,65,113); }
H1.HeaderClassName
{
color: #334171;
}
.AnyTagClassName
{
color: #334171;
}
</style>
background-color css
<style>
a { background-color: #334171; }
a { background-color: rgb(51,65,113); }
div.DivClassName
{
background-color: #334171;
}
.BgClassName
{
background-color: #334171;
}
</style>
border-color css
<style>
span { border-color: #334171; }
span { border-color: rgb(51,65,113); }
td.TdClassName
{
border-color: #334171;
}
.TagClassName
{
border-color: #334171;
}
</style>