Shades of Resolution Blue #354875
Tints of Resolution Blue #354875
RGB
CMYK
RGB Variations
Color information
#354875 (or 0x354875) is known color: Resolution Blue. HEX triplet: 35, 48 and 75. RGB value is (53,72,117). Sum of RGB (Red+Green+Blue) = 53+72+117=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #354875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354875 is #CAB78A. Grayscale: #474747. Windows color (decimal): -13285259 or 7686197. OLE color: 7686197.
HSL color Cylindrical-coordinate representation of color #354875: hue angle of 222.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354875 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 72 | 117 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.54 |
| HSL | 222.19º | 0.38% | 0.33% | - |
| HSV(B) | 222.19º | 0.55% | 0.46% | - |
| XYZ | 7 | 6.68 | 17.75 | - |
| YUV | 71.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 117 | 0.55 | 0.38 | 0 | 0.54 | 222.19 | 0.38 | 0.33 |
| Hex | 35 | 48 | 75 | 37 | 26 | 0 | 36 | DE | 26 | 21 |
| Octal | 65 | 110 | 165 | 67 | 46 | 0 | 66 | 336 | 46 | 41 |
| Binary | 110101 | 1001000 | 1110101 | 110111 | 100110 | 0 | 110110 | 11011110 | 100110 | 100001 |
Color Harmonies of #354875
Complementary color
Monochromatic Colors of #354875
Black with #354875
Text Example
Text Example
White with #354875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354875; }
p { color: rgb(53,72,117); }
H1.HeaderClassName
{
color: #354875;
}
.AnyTagClassName
{
color: #354875;
}
</style>
background-color css
<style>
a { background-color: #354875; }
a { background-color: rgb(53,72,117); }
div.DivClassName
{
background-color: #354875;
}
.BgClassName
{
background-color: #354875;
}
</style>
border-color css
<style>
span { border-color: #354875; }
span { border-color: rgb(53,72,117); }
td.TdClassName
{
border-color: #354875;
}
.TagClassName
{
border-color: #354875;
}
</style>