Shades of Resolution Blue #354976
Tints of Resolution Blue #354976
RGB
CMYK
RGB Variations
Color information
#354976 (or 0x354976) is known color: Resolution Blue. HEX triplet: 35, 49 and 76. RGB value is (53,73,118). Sum of RGB (Red+Green+Blue) = 53+73+118=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #354976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354976 is #CAB689. Grayscale: #474747. Windows color (decimal): -13285002 or 7751989. OLE color: 7751989.
HSL color Cylindrical-coordinate representation of color #354976: hue angle of 221.54º 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 #354976 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 73 | 118 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.54 |
| HSL | 221.54º | 0.38% | 0.34% | - |
| HSV(B) | 221.54º | 0.55% | 0.46% | - |
| XYZ | 7.12 | 6.83 | 18.08 | - |
| YUV | 72.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 118 | 0.55 | 0.38 | 0 | 0.54 | 221.54 | 0.38 | 0.34 |
| Hex | 35 | 49 | 76 | 37 | 26 | 0 | 36 | DE | 26 | 22 |
| Octal | 65 | 111 | 166 | 67 | 46 | 0 | 66 | 336 | 46 | 42 |
| Binary | 110101 | 1001001 | 1110110 | 110111 | 100110 | 0 | 110110 | 11011110 | 100110 | 100010 |
Color Harmonies of #354976
Complementary color
Monochromatic Colors of #354976
Black with #354976
Text Example
Text Example
White with #354976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354976; }
p { color: rgb(53,73,118); }
H1.HeaderClassName
{
color: #354976;
}
.AnyTagClassName
{
color: #354976;
}
</style>
background-color css
<style>
a { background-color: #354976; }
a { background-color: rgb(53,73,118); }
div.DivClassName
{
background-color: #354976;
}
.BgClassName
{
background-color: #354976;
}
</style>
border-color css
<style>
span { border-color: #354976; }
span { border-color: rgb(53,73,118); }
td.TdClassName
{
border-color: #354976;
}
.TagClassName
{
border-color: #354976;
}
</style>