Shades of Resolution Blue #354972
Tints of Resolution Blue #354972
RGB
CMYK
RGB Variations
Color information
#354972 (or 0x354972) is known color: Resolution Blue. HEX triplet: 35, 49 and 72. RGB value is (53,73,114). Sum of RGB (Red+Green+Blue) = 53+73+114=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #354972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354972 is #CAB68D. Grayscale: #474747. Windows color (decimal): -13285006 or 7489845. OLE color: 7489845.
HSL color Cylindrical-coordinate representation of color #354972: hue angle of 220.33º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354972 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 73 | 114 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.55 |
| HSL | 220.33º | 0.37% | 0.33% | - |
| HSV(B) | 220.33º | 0.54% | 0.45% | - |
| XYZ | 6.89 | 6.74 | 16.86 | - |
| YUV | 71.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 114 | 0.54 | 0.36 | 0 | 0.55 | 220.33 | 0.37 | 0.33 |
| Hex | 35 | 49 | 72 | 36 | 24 | 0 | 37 | DC | 25 | 21 |
| Octal | 65 | 111 | 162 | 66 | 44 | 0 | 67 | 334 | 45 | 41 |
| Binary | 110101 | 1001001 | 1110010 | 110110 | 100100 | 0 | 110111 | 11011100 | 100101 | 100001 |
Color Harmonies of #354972
Complementary color
Monochromatic Colors of #354972
Black with #354972
Text Example
Text Example
White with #354972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354972; }
p { color: rgb(53,73,114); }
H1.HeaderClassName
{
color: #354972;
}
.AnyTagClassName
{
color: #354972;
}
</style>
background-color css
<style>
a { background-color: #354972; }
a { background-color: rgb(53,73,114); }
div.DivClassName
{
background-color: #354972;
}
.BgClassName
{
background-color: #354972;
}
</style>
border-color css
<style>
span { border-color: #354972; }
span { border-color: rgb(53,73,114); }
td.TdClassName
{
border-color: #354972;
}
.TagClassName
{
border-color: #354972;
}
</style>