Shades of Rhino #3A475C
Tints of Rhino #3A475C
RGB
CMYK
RGB Variations
Color information
#3A475C (or 0x3A475C) is known color: Rhino. HEX triplet: 3A, 47 and 5C. RGB value is (58,71,92). Sum of RGB (Red+Green+Blue) = 58+71+92=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A475C is #C5B8A3. Grayscale: #454545. Windows color (decimal): -12957860 or 6047546. OLE color: 6047546.
HSL color Cylindrical-coordinate representation of color #3A475C: hue angle of 217.06º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A475C is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 71 | 92 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.64 |
| HSL | 217.06º | 0.23% | 0.29% | - |
| HSV(B) | 217.06º | 0.37% | 0.36% | - |
| XYZ | 5.93 | 6.18 | 11.01 | - |
| YUV | 69.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 92 | 0.37 | 0.23 | 0 | 0.64 | 217.06 | 0.23 | 0.29 |
| Hex | 3A | 47 | 5C | 25 | 17 | 0 | 40 | D9 | 17 | 1D |
| Octal | 72 | 107 | 134 | 45 | 27 | 0 | 100 | 331 | 27 | 35 |
| Binary | 111010 | 1000111 | 1011100 | 100101 | 10111 | 0 | 1000000 | 11011001 | 10111 | 11101 |
Color Harmonies of #3A475C
Complementary color
Monochromatic Colors of #3A475C
Black with #3A475C
Text Example
Text Example
White with #3A475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A475C; }
p { color: rgb(58,71,92); }
H1.HeaderClassName
{
color: #3A475C;
}
.AnyTagClassName
{
color: #3A475C;
}
</style>
background-color css
<style>
a { background-color: #3A475C; }
a { background-color: rgb(58,71,92); }
div.DivClassName
{
background-color: #3A475C;
}
.BgClassName
{
background-color: #3A475C;
}
</style>
border-color css
<style>
span { border-color: #3A475C; }
span { border-color: rgb(58,71,92); }
td.TdClassName
{
border-color: #3A475C;
}
.TagClassName
{
border-color: #3A475C;
}
</style>