Shades of Resolution Blue #354573
Tints of Resolution Blue #354573
RGB
CMYK
RGB Variations
Color information
#354573 (or 0x354573) is known color: Resolution Blue. HEX triplet: 35, 45 and 73. RGB value is (53,69,115). Sum of RGB (Red+Green+Blue) = 53+69+115=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #354573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354573 is #CABA8C. Grayscale: #454545. Windows color (decimal): -13286029 or 7554357. OLE color: 7554357.
HSL color Cylindrical-coordinate representation of color #354573: hue angle of 224.52º 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 #354573 is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 69 | 115 | - |
| CMYK | 0.54 | 0.4 | 0 | 0.55 |
| HSL | 224.52º | 0.37% | 0.33% | - |
| HSV(B) | 224.52º | 0.54% | 0.45% | - |
| XYZ | 6.69 | 6.25 | 17.07 | - |
| YUV | 69.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 115 | 0.54 | 0.4 | 0 | 0.55 | 224.52 | 0.37 | 0.33 |
| Hex | 35 | 45 | 73 | 36 | 28 | 0 | 37 | E1 | 25 | 21 |
| Octal | 65 | 105 | 163 | 66 | 50 | 0 | 67 | 341 | 45 | 41 |
| Binary | 110101 | 1000101 | 1110011 | 110110 | 101000 | 0 | 110111 | 11100001 | 100101 | 100001 |
Color Harmonies of #354573
Complementary color
Monochromatic Colors of #354573
Black with #354573
Text Example
Text Example
White with #354573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354573; }
p { color: rgb(53,69,115); }
H1.HeaderClassName
{
color: #354573;
}
.AnyTagClassName
{
color: #354573;
}
</style>
background-color css
<style>
a { background-color: #354573; }
a { background-color: rgb(53,69,115); }
div.DivClassName
{
background-color: #354573;
}
.BgClassName
{
background-color: #354573;
}
</style>
border-color css
<style>
span { border-color: #354573; }
span { border-color: rgb(53,69,115); }
td.TdClassName
{
border-color: #354573;
}
.TagClassName
{
border-color: #354573;
}
</style>