Shades of Rhino #354656
Tints of Rhino #354656
RGB
CMYK
RGB Variations
Color information
#354656 (or 0x354656) is known color: Rhino. HEX triplet: 35, 46 and 56. RGB value is (53,70,86). Sum of RGB (Red+Green+Blue) = 53+70+86=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #354656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354656 is #CAB9A9. Grayscale: #424242. Windows color (decimal): -13285802 or 5654069. OLE color: 5654069.
HSL color Cylindrical-coordinate representation of color #354656: hue angle of 209.09º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354656 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 70 | 86 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.66 |
| HSL | 209.09º | 0.24% | 0.27% | - |
| HSV(B) | 209.09º | 0.38% | 0.34% | - |
| XYZ | 5.34 | 5.81 | 9.64 | - |
| YUV | 66.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 86 | 0.38 | 0.19 | 0 | 0.66 | 209.09 | 0.24 | 0.27 |
| Hex | 35 | 46 | 56 | 26 | 13 | 0 | 42 | D1 | 18 | 1B |
| Octal | 65 | 106 | 126 | 46 | 23 | 0 | 102 | 321 | 30 | 33 |
| Binary | 110101 | 1000110 | 1010110 | 100110 | 10011 | 0 | 1000010 | 11010001 | 11000 | 11011 |
Color Harmonies of #354656
Complementary color
Monochromatic Colors of #354656
Black with #354656
Text Example
Text Example
White with #354656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354656; }
p { color: rgb(53,70,86); }
H1.HeaderClassName
{
color: #354656;
}
.AnyTagClassName
{
color: #354656;
}
</style>
background-color css
<style>
a { background-color: #354656; }
a { background-color: rgb(53,70,86); }
div.DivClassName
{
background-color: #354656;
}
.BgClassName
{
background-color: #354656;
}
</style>
border-color css
<style>
span { border-color: #354656; }
span { border-color: rgb(53,70,86); }
td.TdClassName
{
border-color: #354656;
}
.TagClassName
{
border-color: #354656;
}
</style>