Shades of Resolution Blue #354577
Tints of Resolution Blue #354577
RGB
CMYK
RGB Variations
Color information
#354577 (or 0x354577) is known color: Resolution Blue. HEX triplet: 35, 45 and 77. RGB value is (53,69,119). Sum of RGB (Red+Green+Blue) = 53+69+119=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #354577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354577 is #CABA88. Grayscale: #454545. Windows color (decimal): -13286025 or 7816501. OLE color: 7816501.
HSL color Cylindrical-coordinate representation of color #354577: hue angle of 225.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354577 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 69 | 119 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.53 |
| HSL | 225.45º | 0.38% | 0.34% | - |
| HSV(B) | 225.45º | 0.55% | 0.47% | - |
| XYZ | 6.93 | 6.35 | 18.31 | - |
| YUV | 69.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 119 | 0.55 | 0.42 | 0 | 0.53 | 225.45 | 0.38 | 0.34 |
| Hex | 35 | 45 | 77 | 37 | 2A | 0 | 35 | E1 | 26 | 22 |
| Octal | 65 | 105 | 167 | 67 | 52 | 0 | 65 | 341 | 46 | 42 |
| Binary | 110101 | 1000101 | 1110111 | 110111 | 101010 | 0 | 110101 | 11100001 | 100110 | 100010 |
Color Harmonies of #354577
Complementary color
Monochromatic Colors of #354577
Black with #354577
Text Example
Text Example
White with #354577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354577; }
p { color: rgb(53,69,119); }
H1.HeaderClassName
{
color: #354577;
}
.AnyTagClassName
{
color: #354577;
}
</style>
background-color css
<style>
a { background-color: #354577; }
a { background-color: rgb(53,69,119); }
div.DivClassName
{
background-color: #354577;
}
.BgClassName
{
background-color: #354577;
}
</style>
border-color css
<style>
span { border-color: #354577; }
span { border-color: rgb(53,69,119); }
td.TdClassName
{
border-color: #354577;
}
.TagClassName
{
border-color: #354577;
}
</style>