Shades of Rhino #3A4756
Tints of Rhino #3A4756
RGB
CMYK
RGB Variations
Color information
#3A4756 (or 0x3A4756) is known color: Rhino. HEX triplet: 3A, 47 and 56. RGB value is (58,71,86). Sum of RGB (Red+Green+Blue) = 58+71+86=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A4756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4756 is #C5B8A9. Grayscale: #444444. Windows color (decimal): -12957866 or 5654330. OLE color: 5654330.
HSL color Cylindrical-coordinate representation of color #3A4756: hue angle of 212.14º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A4756 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 71 | 86 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.66 |
| HSL | 212.14º | 0.19% | 0.28% | - |
| HSV(B) | 212.14º | 0.33% | 0.34% | - |
| XYZ | 5.68 | 6.08 | 9.68 | - |
| YUV | 68.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 86 | 0.33 | 0.17 | 0 | 0.66 | 212.14 | 0.19 | 0.28 |
| Hex | 3A | 47 | 56 | 21 | 11 | 0 | 42 | D4 | 13 | 1C |
| Octal | 72 | 107 | 126 | 41 | 21 | 0 | 102 | 324 | 23 | 34 |
| Binary | 111010 | 1000111 | 1010110 | 100001 | 10001 | 0 | 1000010 | 11010100 | 10011 | 11100 |
Color Harmonies of #3A4756
Complementary color
Monochromatic Colors of #3A4756
Black with #3A4756
Text Example
Text Example
White with #3A4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4756; }
p { color: rgb(58,71,86); }
H1.HeaderClassName
{
color: #3A4756;
}
.AnyTagClassName
{
color: #3A4756;
}
</style>
background-color css
<style>
a { background-color: #3A4756; }
a { background-color: rgb(58,71,86); }
div.DivClassName
{
background-color: #3A4756;
}
.BgClassName
{
background-color: #3A4756;
}
</style>
border-color css
<style>
span { border-color: #3A4756; }
span { border-color: rgb(58,71,86); }
td.TdClassName
{
border-color: #3A4756;
}
.TagClassName
{
border-color: #3A4756;
}
</style>