Shades of Resolution Blue #353F6F
Tints of Resolution Blue #353F6F
RGB
CMYK
RGB Variations
Color information
#353F6F (or 0x353F6F) is known color: Resolution Blue. HEX triplet: 35, 3F and 6F. RGB value is (53,63,111). Sum of RGB (Red+Green+Blue) = 53+63+111=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #353F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F6F is #CAC090. Grayscale: #414141. Windows color (decimal): -13287569 or 7290677. OLE color: 7290677.
HSL color Cylindrical-coordinate representation of color #353F6F: hue angle of 229.66º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #353F6F is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 63 | 111 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.56 |
| HSL | 229.66º | 0.35% | 0.32% | - |
| HSV(B) | 229.66º | 0.52% | 0.44% | - |
| XYZ | 6.11 | 5.46 | 15.77 | - |
| YUV | 65.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 111 | 0.52 | 0.43 | 0 | 0.56 | 229.66 | 0.35 | 0.32 |
| Hex | 35 | 3F | 6F | 34 | 2B | 0 | 38 | E6 | 23 | 20 |
| Octal | 65 | 77 | 157 | 64 | 53 | 0 | 70 | 346 | 43 | 40 |
| Binary | 110101 | 111111 | 1101111 | 110100 | 101011 | 0 | 111000 | 11100110 | 100011 | 100000 |
Color Harmonies of #353F6F
Complementary color
Monochromatic Colors of #353F6F
Black with #353F6F
Text Example
Text Example
White with #353F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F6F; }
p { color: rgb(53,63,111); }
H1.HeaderClassName
{
color: #353F6F;
}
.AnyTagClassName
{
color: #353F6F;
}
</style>
background-color css
<style>
a { background-color: #353F6F; }
a { background-color: rgb(53,63,111); }
div.DivClassName
{
background-color: #353F6F;
}
.BgClassName
{
background-color: #353F6F;
}
</style>
border-color css
<style>
span { border-color: #353F6F; }
span { border-color: rgb(53,63,111); }
td.TdClassName
{
border-color: #353F6F;
}
.TagClassName
{
border-color: #353F6F;
}
</style>