Shades of Rhino #354356
Tints of Rhino #354356
RGB
CMYK
RGB Variations
Color information
#354356 (or 0x354356) is known color: Rhino. HEX triplet: 35, 43 and 56. RGB value is (53,67,86). Sum of RGB (Red+Green+Blue) = 53+67+86=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #354356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354356 is #CABCA9. Grayscale: #404040. Windows color (decimal): -13286570 or 5653301. OLE color: 5653301.
HSL color Cylindrical-coordinate representation of color #354356: hue angle of 214.55º 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 #354356 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 67 | 86 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.66 |
| HSL | 214.55º | 0.24% | 0.27% | - |
| HSV(B) | 214.55º | 0.38% | 0.34% | - |
| XYZ | 5.16 | 5.44 | 9.58 | - |
| YUV | 64.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 86 | 0.38 | 0.22 | 0 | 0.66 | 214.55 | 0.24 | 0.27 |
| Hex | 35 | 43 | 56 | 26 | 16 | 0 | 42 | D7 | 18 | 1B |
| Octal | 65 | 103 | 126 | 46 | 26 | 0 | 102 | 327 | 30 | 33 |
| Binary | 110101 | 1000011 | 1010110 | 100110 | 10110 | 0 | 1000010 | 11010111 | 11000 | 11011 |
Color Harmonies of #354356
Complementary color
Monochromatic Colors of #354356
Black with #354356
Text Example
Text Example
White with #354356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354356; }
p { color: rgb(53,67,86); }
H1.HeaderClassName
{
color: #354356;
}
.AnyTagClassName
{
color: #354356;
}
</style>
background-color css
<style>
a { background-color: #354356; }
a { background-color: rgb(53,67,86); }
div.DivClassName
{
background-color: #354356;
}
.BgClassName
{
background-color: #354356;
}
</style>
border-color css
<style>
span { border-color: #354356; }
span { border-color: rgb(53,67,86); }
td.TdClassName
{
border-color: #354356;
}
.TagClassName
{
border-color: #354356;
}
</style>