Shades of Rhino #364356
Tints of Rhino #364356
RGB
CMYK
RGB Variations
Color information
#364356 (or 0x364356) is known color: Rhino. HEX triplet: 36, 43 and 56. RGB value is (54,67,86). Sum of RGB (Red+Green+Blue) = 54+67+86=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #364356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364356 is #C9BCA9. Grayscale: #414141. Windows color (decimal): -13221034 or 5653302. OLE color: 5653302.
HSL color Cylindrical-coordinate representation of color #364356: hue angle of 215.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364356 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 67 | 86 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.66 |
| HSL | 215.63º | 0.23% | 0.27% | - |
| HSV(B) | 215.63º | 0.37% | 0.34% | - |
| XYZ | 5.21 | 5.47 | 9.59 | - |
| YUV | 65.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 86 | 0.37 | 0.22 | 0 | 0.66 | 215.63 | 0.23 | 0.27 |
| Hex | 36 | 43 | 56 | 25 | 16 | 0 | 42 | D8 | 17 | 1B |
| Octal | 66 | 103 | 126 | 45 | 26 | 0 | 102 | 330 | 27 | 33 |
| Binary | 110110 | 1000011 | 1010110 | 100101 | 10110 | 0 | 1000010 | 11011000 | 10111 | 11011 |
Color Harmonies of #364356
Complementary color
Monochromatic Colors of #364356
Black with #364356
Text Example
Text Example
White with #364356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364356; }
p { color: rgb(54,67,86); }
H1.HeaderClassName
{
color: #364356;
}
.AnyTagClassName
{
color: #364356;
}
</style>
background-color css
<style>
a { background-color: #364356; }
a { background-color: rgb(54,67,86); }
div.DivClassName
{
background-color: #364356;
}
.BgClassName
{
background-color: #364356;
}
</style>
border-color css
<style>
span { border-color: #364356; }
span { border-color: rgb(54,67,86); }
td.TdClassName
{
border-color: #364356;
}
.TagClassName
{
border-color: #364356;
}
</style>