Shades of Resolution Blue #354671
Tints of Resolution Blue #354671
RGB
CMYK
RGB Variations
Color information
#354671 (or 0x354671) is known color: Resolution Blue. HEX triplet: 35, 46 and 71. RGB value is (53,70,113). Sum of RGB (Red+Green+Blue) = 53+70+113=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #354671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354671 is #CAB98E. Grayscale: #454545. Windows color (decimal): -13285775 or 7423541. OLE color: 7423541.
HSL color Cylindrical-coordinate representation of color #354671: hue angle of 223º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354671 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 70 | 113 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.56 |
| HSL | 223º | 0.36% | 0.33% | - |
| HSV(B) | 223º | 0.53% | 0.44% | - |
| XYZ | 6.64 | 6.33 | 16.49 | - |
| YUV | 69.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 113 | 0.53 | 0.38 | 0 | 0.56 | 223 | 0.36 | 0.33 |
| Hex | 35 | 46 | 71 | 35 | 26 | 0 | 38 | DF | 24 | 21 |
| Octal | 65 | 106 | 161 | 65 | 46 | 0 | 70 | 337 | 44 | 41 |
| Binary | 110101 | 1000110 | 1110001 | 110101 | 100110 | 0 | 111000 | 11011111 | 100100 | 100001 |
Color Harmonies of #354671
Complementary color
Monochromatic Colors of #354671
Black with #354671
Text Example
Text Example
White with #354671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354671; }
p { color: rgb(53,70,113); }
H1.HeaderClassName
{
color: #354671;
}
.AnyTagClassName
{
color: #354671;
}
</style>
background-color css
<style>
a { background-color: #354671; }
a { background-color: rgb(53,70,113); }
div.DivClassName
{
background-color: #354671;
}
.BgClassName
{
background-color: #354671;
}
</style>
border-color css
<style>
span { border-color: #354671; }
span { border-color: rgb(53,70,113); }
td.TdClassName
{
border-color: #354671;
}
.TagClassName
{
border-color: #354671;
}
</style>