Shades of Rhino #3A475A
Tints of Rhino #3A475A
RGB
CMYK
RGB Variations
Color information
#3A475A (or 0x3A475A) is known color: Rhino. HEX triplet: 3A, 47 and 5A. RGB value is (58,71,90). Sum of RGB (Red+Green+Blue) = 58+71+90=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A475A is #C5B8A5. Grayscale: #454545. Windows color (decimal): -12957862 or 5916474. OLE color: 5916474.
HSL color Cylindrical-coordinate representation of color #3A475A: hue angle of 215.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A475A is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 71 | 90 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.65 |
| HSL | 215.63º | 0.22% | 0.29% | - |
| HSV(B) | 215.63º | 0.36% | 0.35% | - |
| XYZ | 5.84 | 6.14 | 10.55 | - |
| YUV | 69.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 90 | 0.36 | 0.21 | 0 | 0.65 | 215.63 | 0.22 | 0.29 |
| Hex | 3A | 47 | 5A | 24 | 15 | 0 | 41 | D8 | 16 | 1D |
| Octal | 72 | 107 | 132 | 44 | 25 | 0 | 101 | 330 | 26 | 35 |
| Binary | 111010 | 1000111 | 1011010 | 100100 | 10101 | 0 | 1000001 | 11011000 | 10110 | 11101 |
Color Harmonies of #3A475A
Complementary color
Monochromatic Colors of #3A475A
Black with #3A475A
Text Example
Text Example
White with #3A475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A475A; }
p { color: rgb(58,71,90); }
H1.HeaderClassName
{
color: #3A475A;
}
.AnyTagClassName
{
color: #3A475A;
}
</style>
background-color css
<style>
a { background-color: #3A475A; }
a { background-color: rgb(58,71,90); }
div.DivClassName
{
background-color: #3A475A;
}
.BgClassName
{
background-color: #3A475A;
}
</style>
border-color css
<style>
span { border-color: #3A475A; }
span { border-color: rgb(58,71,90); }
td.TdClassName
{
border-color: #3A475A;
}
.TagClassName
{
border-color: #3A475A;
}
</style>