Shades of Resolution Blue #354171
Tints of Resolution Blue #354171
RGB
CMYK
RGB Variations
Color information
#354171 (or 0x354171) is known color: Resolution Blue. HEX triplet: 35, 41 and 71. RGB value is (53,65,113). Sum of RGB (Red+Green+Blue) = 53+65+113=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #354171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354171 is #CABE8E. Grayscale: #424242. Windows color (decimal): -13287055 or 7422261. OLE color: 7422261.
HSL color Cylindrical-coordinate representation of color #354171: hue angle of 228º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354171 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 65 | 113 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.56 |
| HSL | 228º | 0.36% | 0.33% | - |
| HSV(B) | 228º | 0.53% | 0.44% | - |
| XYZ | 6.34 | 5.73 | 16.39 | - |
| YUV | 66.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 113 | 0.53 | 0.42 | 0 | 0.56 | 228 | 0.36 | 0.33 |
| Hex | 35 | 41 | 71 | 35 | 2A | 0 | 38 | E4 | 24 | 21 |
| Octal | 65 | 101 | 161 | 65 | 52 | 0 | 70 | 344 | 44 | 41 |
| Binary | 110101 | 1000001 | 1110001 | 110101 | 101010 | 0 | 111000 | 11100100 | 100100 | 100001 |
Color Harmonies of #354171
Complementary color
Monochromatic Colors of #354171
Black with #354171
Text Example
Text Example
White with #354171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354171; }
p { color: rgb(53,65,113); }
H1.HeaderClassName
{
color: #354171;
}
.AnyTagClassName
{
color: #354171;
}
</style>
background-color css
<style>
a { background-color: #354171; }
a { background-color: rgb(53,65,113); }
div.DivClassName
{
background-color: #354171;
}
.BgClassName
{
background-color: #354171;
}
</style>
border-color css
<style>
span { border-color: #354171; }
span { border-color: rgb(53,65,113); }
td.TdClassName
{
border-color: #354171;
}
.TagClassName
{
border-color: #354171;
}
</style>