Shades of Rhino #3A485C
Tints of Rhino #3A485C
RGB
CMYK
RGB Variations
Color information
#3A485C (or 0x3A485C) is known color: Rhino. HEX triplet: 3A, 48 and 5C. RGB value is (58,72,92). Sum of RGB (Red+Green+Blue) = 58+72+92=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A485C is #C5B7A3. Grayscale: #464646. Windows color (decimal): -12957604 or 6047802. OLE color: 6047802.
HSL color Cylindrical-coordinate representation of color #3A485C: hue angle of 215.29º 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 #3A485C is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 72 | 92 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.64 |
| HSL | 215.29º | 0.23% | 0.29% | - |
| HSV(B) | 215.29º | 0.37% | 0.36% | - |
| XYZ | 5.99 | 6.31 | 11.03 | - |
| YUV | 70.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 92 | 0.37 | 0.22 | 0 | 0.64 | 215.29 | 0.23 | 0.29 |
| Hex | 3A | 48 | 5C | 25 | 16 | 0 | 40 | D7 | 17 | 1D |
| Octal | 72 | 110 | 134 | 45 | 26 | 0 | 100 | 327 | 27 | 35 |
| Binary | 111010 | 1001000 | 1011100 | 100101 | 10110 | 0 | 1000000 | 11010111 | 10111 | 11101 |
Color Harmonies of #3A485C
Complementary color
Monochromatic Colors of #3A485C
Black with #3A485C
Text Example
Text Example
White with #3A485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A485C; }
p { color: rgb(58,72,92); }
H1.HeaderClassName
{
color: #3A485C;
}
.AnyTagClassName
{
color: #3A485C;
}
</style>
background-color css
<style>
a { background-color: #3A485C; }
a { background-color: rgb(58,72,92); }
div.DivClassName
{
background-color: #3A485C;
}
.BgClassName
{
background-color: #3A485C;
}
</style>
border-color css
<style>
span { border-color: #3A485C; }
span { border-color: rgb(58,72,92); }
td.TdClassName
{
border-color: #3A485C;
}
.TagClassName
{
border-color: #3A485C;
}
</style>