Shades of Resolution Blue #353F71
Tints of Resolution Blue #353F71
RGB
CMYK
RGB Variations
Color information
#353F71 (or 0x353F71) is known color: Resolution Blue. HEX triplet: 35, 3F and 71. RGB value is (53,63,113). Sum of RGB (Red+Green+Blue) = 53+63+113=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #353F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F71 is #CAC08E. Grayscale: #414141. Windows color (decimal): -13287567 or 7421749. OLE color: 7421749.
HSL color Cylindrical-coordinate representation of color #353F71: hue angle of 230º 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 #353F71 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 63 | 113 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.56 |
| HSL | 230º | 0.36% | 0.33% | - |
| HSV(B) | 230º | 0.53% | 0.44% | - |
| XYZ | 6.23 | 5.5 | 16.36 | - |
| YUV | 65.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 113 | 0.53 | 0.44 | 0 | 0.56 | 230 | 0.36 | 0.33 |
| Hex | 35 | 3F | 71 | 35 | 2C | 0 | 38 | E6 | 24 | 21 |
| Octal | 65 | 77 | 161 | 65 | 54 | 0 | 70 | 346 | 44 | 41 |
| Binary | 110101 | 111111 | 1110001 | 110101 | 101100 | 0 | 111000 | 11100110 | 100100 | 100001 |
Color Harmonies of #353F71
Complementary color
Monochromatic Colors of #353F71
Black with #353F71
Text Example
Text Example
White with #353F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F71; }
p { color: rgb(53,63,113); }
H1.HeaderClassName
{
color: #353F71;
}
.AnyTagClassName
{
color: #353F71;
}
</style>
background-color css
<style>
a { background-color: #353F71; }
a { background-color: rgb(53,63,113); }
div.DivClassName
{
background-color: #353F71;
}
.BgClassName
{
background-color: #353F71;
}
</style>
border-color css
<style>
span { border-color: #353F71; }
span { border-color: rgb(53,63,113); }
td.TdClassName
{
border-color: #353F71;
}
.TagClassName
{
border-color: #353F71;
}
</style>