Shades of Rhino #384558
Tints of Rhino #384558
RGB
CMYK
RGB Variations
Color information
#384558 (or 0x384558) is known color: Rhino. HEX triplet: 38, 45 and 58. RGB value is (56,69,88). Sum of RGB (Red+Green+Blue) = 56+69+88=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #384558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384558 is #C7BAA7. Grayscale: #434343. Windows color (decimal): -13089448 or 5784888. OLE color: 5784888.
HSL color Cylindrical-coordinate representation of color #384558: hue angle of 215.62º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #384558 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 69 | 88 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.65 |
| HSL | 215.63º | 0.22% | 0.28% | - |
| HSV(B) | 215.63º | 0.36% | 0.35% | - |
| XYZ | 5.52 | 5.8 | 10.06 | - |
| YUV | 67.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 88 | 0.36 | 0.22 | 0 | 0.65 | 215.63 | 0.22 | 0.28 |
| Hex | 38 | 45 | 58 | 24 | 16 | 0 | 41 | D8 | 16 | 1C |
| Octal | 70 | 105 | 130 | 44 | 26 | 0 | 101 | 330 | 26 | 34 |
| Binary | 111000 | 1000101 | 1011000 | 100100 | 10110 | 0 | 1000001 | 11011000 | 10110 | 11100 |
Color Harmonies of #384558
Complementary color
Monochromatic Colors of #384558
Black with #384558
Text Example
Text Example
White with #384558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384558; }
p { color: rgb(56,69,88); }
H1.HeaderClassName
{
color: #384558;
}
.AnyTagClassName
{
color: #384558;
}
</style>
background-color css
<style>
a { background-color: #384558; }
a { background-color: rgb(56,69,88); }
div.DivClassName
{
background-color: #384558;
}
.BgClassName
{
background-color: #384558;
}
</style>
border-color css
<style>
span { border-color: #384558; }
span { border-color: rgb(56,69,88); }
td.TdClassName
{
border-color: #384558;
}
.TagClassName
{
border-color: #384558;
}
</style>