Shades of Rhino #364458
Tints of Rhino #364458
RGB
CMYK
RGB Variations
Color information
#364458 (or 0x364458) is known color: Rhino. HEX triplet: 36, 44 and 58. RGB value is (54,68,88). Sum of RGB (Red+Green+Blue) = 54+68+88=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #364458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364458 is #C9BBA7. Grayscale: #424242. Windows color (decimal): -13220776 or 5784630. OLE color: 5784630.
HSL color Cylindrical-coordinate representation of color #364458: hue angle of 215.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364458 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 68 | 88 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.65 |
| HSL | 215.29º | 0.24% | 0.28% | - |
| HSV(B) | 215.29º | 0.39% | 0.35% | - |
| XYZ | 5.35 | 5.62 | 10.04 | - |
| YUV | 66.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 88 | 0.39 | 0.23 | 0 | 0.65 | 215.29 | 0.24 | 0.28 |
| Hex | 36 | 44 | 58 | 27 | 17 | 0 | 41 | D7 | 18 | 1C |
| Octal | 66 | 104 | 130 | 47 | 27 | 0 | 101 | 327 | 30 | 34 |
| Binary | 110110 | 1000100 | 1011000 | 100111 | 10111 | 0 | 1000001 | 11010111 | 11000 | 11100 |
Color Harmonies of #364458
Complementary color
Monochromatic Colors of #364458
Black with #364458
Text Example
Text Example
White with #364458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364458; }
p { color: rgb(54,68,88); }
H1.HeaderClassName
{
color: #364458;
}
.AnyTagClassName
{
color: #364458;
}
</style>
background-color css
<style>
a { background-color: #364458; }
a { background-color: rgb(54,68,88); }
div.DivClassName
{
background-color: #364458;
}
.BgClassName
{
background-color: #364458;
}
</style>
border-color css
<style>
span { border-color: #364458; }
span { border-color: rgb(54,68,88); }
td.TdClassName
{
border-color: #364458;
}
.TagClassName
{
border-color: #364458;
}
</style>