Shades of Rhino #384654
Tints of Rhino #384654
RGB
CMYK
RGB Variations
Color information
#384654 (or 0x384654) is known color: Rhino. HEX triplet: 38, 46 and 54. RGB value is (56,70,84). Sum of RGB (Red+Green+Blue) = 56+70+84=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #384654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384654 is #C7B9AB. Grayscale: #434343. Windows color (decimal): -13089196 or 5523000. OLE color: 5523000.
HSL color Cylindrical-coordinate representation of color #384654: hue angle of 210º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384654 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 70 | 84 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.67 |
| HSL | 210º | 0.2% | 0.27% | - |
| HSV(B) | 210º | 0.33% | 0.33% | - |
| XYZ | 5.42 | 5.86 | 9.23 | - |
| YUV | 67.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 84 | 0.33 | 0.17 | 0 | 0.67 | 210 | 0.2 | 0.27 |
| Hex | 38 | 46 | 54 | 21 | 11 | 0 | 43 | D2 | 14 | 1B |
| Octal | 70 | 106 | 124 | 41 | 21 | 0 | 103 | 322 | 24 | 33 |
| Binary | 111000 | 1000110 | 1010100 | 100001 | 10001 | 0 | 1000011 | 11010010 | 10100 | 11011 |
Color Harmonies of #384654
Complementary color
Monochromatic Colors of #384654
Black with #384654
Text Example
Text Example
White with #384654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384654; }
p { color: rgb(56,70,84); }
H1.HeaderClassName
{
color: #384654;
}
.AnyTagClassName
{
color: #384654;
}
</style>
background-color css
<style>
a { background-color: #384654; }
a { background-color: rgb(56,70,84); }
div.DivClassName
{
background-color: #384654;
}
.BgClassName
{
background-color: #384654;
}
</style>
border-color css
<style>
span { border-color: #384654; }
span { border-color: rgb(56,70,84); }
td.TdClassName
{
border-color: #384654;
}
.TagClassName
{
border-color: #384654;
}
</style>