Shades of Rhino #364355
Tints of Rhino #364355
RGB
CMYK
RGB Variations
Color information
#364355 (or 0x364355) is known color: Rhino. HEX triplet: 36, 43 and 55. RGB value is (54,67,85). Sum of RGB (Red+Green+Blue) = 54+67+85=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #364355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364355 is #C9BCAA. Grayscale: #414141. Windows color (decimal): -13221035 or 5587766. OLE color: 5587766.
HSL color Cylindrical-coordinate representation of color #364355: hue angle of 214.84º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364355 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 67 | 85 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.67 |
| HSL | 214.84º | 0.22% | 0.27% | - |
| HSV(B) | 214.84º | 0.36% | 0.33% | - |
| XYZ | 5.17 | 5.45 | 9.37 | - |
| YUV | 65.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 85 | 0.36 | 0.21 | 0 | 0.67 | 214.84 | 0.22 | 0.27 |
| Hex | 36 | 43 | 55 | 24 | 15 | 0 | 43 | D7 | 16 | 1B |
| Octal | 66 | 103 | 125 | 44 | 25 | 0 | 103 | 327 | 26 | 33 |
| Binary | 110110 | 1000011 | 1010101 | 100100 | 10101 | 0 | 1000011 | 11010111 | 10110 | 11011 |
Color Harmonies of #364355
Complementary color
Monochromatic Colors of #364355
Black with #364355
Text Example
Text Example
White with #364355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364355; }
p { color: rgb(54,67,85); }
H1.HeaderClassName
{
color: #364355;
}
.AnyTagClassName
{
color: #364355;
}
</style>
background-color css
<style>
a { background-color: #364355; }
a { background-color: rgb(54,67,85); }
div.DivClassName
{
background-color: #364355;
}
.BgClassName
{
background-color: #364355;
}
</style>
border-color css
<style>
span { border-color: #364355; }
span { border-color: rgb(54,67,85); }
td.TdClassName
{
border-color: #364355;
}
.TagClassName
{
border-color: #364355;
}
</style>