Shades of Resolution Blue #354879
Tints of Resolution Blue #354879
RGB
CMYK
RGB Variations
Color information
#354879 (or 0x354879) is known color: Resolution Blue. HEX triplet: 35, 48 and 79. RGB value is (53,72,121). Sum of RGB (Red+Green+Blue) = 53+72+121=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #354879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354879 is #CAB786. Grayscale: #474747. Windows color (decimal): -13285255 or 7948341. OLE color: 7948341.
HSL color Cylindrical-coordinate representation of color #354879: hue angle of 223.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #354879 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 72 | 121 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.53 |
| HSL | 223.24º | 0.39% | 0.34% | - |
| HSV(B) | 223.24º | 0.56% | 0.47% | - |
| XYZ | 7.24 | 6.77 | 19.01 | - |
| YUV | 71.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 121 | 0.56 | 0.40 | 0 | 0.53 | 223.24 | 0.39 | 0.34 |
| Hex | 35 | 48 | 79 | 38 | 28 | 0 | 35 | DF | 27 | 22 |
| Octal | 65 | 110 | 171 | 70 | 50 | 0 | 65 | 337 | 47 | 42 |
| Binary | 110101 | 1001000 | 1111001 | 111000 | 101000 | 0 | 110101 | 11011111 | 100111 | 100010 |
Color Harmonies of #354879
Complementary color
Monochromatic Colors of #354879
Black with #354879
Text Example
Text Example
White with #354879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354879; }
p { color: rgb(53,72,121); }
H1.HeaderClassName
{
color: #354879;
}
.AnyTagClassName
{
color: #354879;
}
</style>
background-color css
<style>
a { background-color: #354879; }
a { background-color: rgb(53,72,121); }
div.DivClassName
{
background-color: #354879;
}
.BgClassName
{
background-color: #354879;
}
</style>
border-color css
<style>
span { border-color: #354879; }
span { border-color: rgb(53,72,121); }
td.TdClassName
{
border-color: #354879;
}
.TagClassName
{
border-color: #354879;
}
</style>