Shades of Resolution Blue #354878
Tints of Resolution Blue #354878
RGB
CMYK
RGB Variations
Color information
#354878 (or 0x354878) is known color: Resolution Blue. HEX triplet: 35, 48 and 78. RGB value is (53,72,120). Sum of RGB (Red+Green+Blue) = 53+72+120=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #354878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354878 is #CAB787. Grayscale: #474747. Windows color (decimal): -13285256 or 7882805. OLE color: 7882805.
HSL color Cylindrical-coordinate representation of color #354878: hue angle of 222.99º 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 #354878 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 72 | 120 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.53 |
| HSL | 222.99º | 0.39% | 0.34% | - |
| HSV(B) | 222.99º | 0.56% | 0.47% | - |
| XYZ | 7.18 | 6.75 | 18.69 | - |
| YUV | 71.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 120 | 0.56 | 0.40 | 0 | 0.53 | 222.99 | 0.39 | 0.34 |
| Hex | 35 | 48 | 78 | 38 | 28 | 0 | 35 | DF | 27 | 22 |
| Octal | 65 | 110 | 170 | 70 | 50 | 0 | 65 | 337 | 47 | 42 |
| Binary | 110101 | 1001000 | 1111000 | 111000 | 101000 | 0 | 110101 | 11011111 | 100111 | 100010 |
Color Harmonies of #354878
Complementary color
Monochromatic Colors of #354878
Black with #354878
Text Example
Text Example
White with #354878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354878; }
p { color: rgb(53,72,120); }
H1.HeaderClassName
{
color: #354878;
}
.AnyTagClassName
{
color: #354878;
}
</style>
background-color css
<style>
a { background-color: #354878; }
a { background-color: rgb(53,72,120); }
div.DivClassName
{
background-color: #354878;
}
.BgClassName
{
background-color: #354878;
}
</style>
border-color css
<style>
span { border-color: #354878; }
span { border-color: rgb(53,72,120); }
td.TdClassName
{
border-color: #354878;
}
.TagClassName
{
border-color: #354878;
}
</style>