Shades of Rhino #3A475B
Tints of Rhino #3A475B
RGB
CMYK
RGB Variations
Color information
#3A475B (or 0x3A475B) is known color: Rhino. HEX triplet: 3A, 47 and 5B. RGB value is (58,71,91). Sum of RGB (Red+Green+Blue) = 58+71+91=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A475B is #C5B8A4. Grayscale: #454545. Windows color (decimal): -12957861 or 5982010. OLE color: 5982010.
HSL color Cylindrical-coordinate representation of color #3A475B: hue angle of 216.36º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A475B is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 71 | 91 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.64 |
| HSL | 216.36º | 0.22% | 0.29% | - |
| HSV(B) | 216.36º | 0.36% | 0.36% | - |
| XYZ | 5.89 | 6.16 | 10.78 | - |
| YUV | 69.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 91 | 0.36 | 0.22 | 0 | 0.64 | 216.36 | 0.22 | 0.29 |
| Hex | 3A | 47 | 5B | 24 | 16 | 0 | 40 | D8 | 16 | 1D |
| Octal | 72 | 107 | 133 | 44 | 26 | 0 | 100 | 330 | 26 | 35 |
| Binary | 111010 | 1000111 | 1011011 | 100100 | 10110 | 0 | 1000000 | 11011000 | 10110 | 11101 |
Color Harmonies of #3A475B
Complementary color
Monochromatic Colors of #3A475B
Black with #3A475B
Text Example
Text Example
White with #3A475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A475B; }
p { color: rgb(58,71,91); }
H1.HeaderClassName
{
color: #3A475B;
}
.AnyTagClassName
{
color: #3A475B;
}
</style>
background-color css
<style>
a { background-color: #3A475B; }
a { background-color: rgb(58,71,91); }
div.DivClassName
{
background-color: #3A475B;
}
.BgClassName
{
background-color: #3A475B;
}
</style>
border-color css
<style>
span { border-color: #3A475B; }
span { border-color: rgb(58,71,91); }
td.TdClassName
{
border-color: #3A475B;
}
.TagClassName
{
border-color: #3A475B;
}
</style>