Shades of Resolution Blue #354176
Tints of Resolution Blue #354176
RGB
CMYK
RGB Variations
Color information
#354176 (or 0x354176) is known color: Resolution Blue. HEX triplet: 35, 41 and 76. RGB value is (53,65,118). Sum of RGB (Red+Green+Blue) = 53+65+118=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #354176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354176 is #CABE89. Grayscale: #434343. Windows color (decimal): -13287050 or 7749941. OLE color: 7749941.
HSL color Cylindrical-coordinate representation of color #354176: hue angle of 228.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354176 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 65 | 118 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.54 |
| HSL | 228.92º | 0.38% | 0.34% | - |
| HSV(B) | 228.92º | 0.55% | 0.46% | - |
| XYZ | 6.63 | 5.85 | 17.92 | - |
| YUV | 67.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 118 | 0.55 | 0.45 | 0 | 0.54 | 228.92 | 0.38 | 0.34 |
| Hex | 35 | 41 | 76 | 37 | 2D | 0 | 36 | E5 | 26 | 22 |
| Octal | 65 | 101 | 166 | 67 | 55 | 0 | 66 | 345 | 46 | 42 |
| Binary | 110101 | 1000001 | 1110110 | 110111 | 101101 | 0 | 110110 | 11100101 | 100110 | 100010 |
Color Harmonies of #354176
Complementary color
Monochromatic Colors of #354176
Black with #354176
Text Example
Text Example
White with #354176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354176; }
p { color: rgb(53,65,118); }
H1.HeaderClassName
{
color: #354176;
}
.AnyTagClassName
{
color: #354176;
}
</style>
background-color css
<style>
a { background-color: #354176; }
a { background-color: rgb(53,65,118); }
div.DivClassName
{
background-color: #354176;
}
.BgClassName
{
background-color: #354176;
}
</style>
border-color css
<style>
span { border-color: #354176; }
span { border-color: rgb(53,65,118); }
td.TdClassName
{
border-color: #354176;
}
.TagClassName
{
border-color: #354176;
}
</style>