Shades of Rhino #3A465A
Tints of Rhino #3A465A
RGB
CMYK
RGB Variations
Color information
#3A465A (or 0x3A465A) is known color: Rhino. HEX triplet: 3A, 46 and 5A. RGB value is (58,70,90). Sum of RGB (Red+Green+Blue) = 58+70+90=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A465A is #C5B9A5. Grayscale: #444444. Windows color (decimal): -12958118 or 5916218. OLE color: 5916218.
HSL color Cylindrical-coordinate representation of color #3A465A: hue angle of 217.5º 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 #3A465A is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 70 | 90 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.65 |
| HSL | 217.5º | 0.22% | 0.29% | - |
| HSV(B) | 217.5º | 0.36% | 0.35% | - |
| XYZ | 5.78 | 6.02 | 10.53 | - |
| YUV | 68.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 90 | 0.36 | 0.22 | 0 | 0.65 | 217.5 | 0.22 | 0.29 |
| Hex | 3A | 46 | 5A | 24 | 16 | 0 | 41 | DA | 16 | 1D |
| Octal | 72 | 106 | 132 | 44 | 26 | 0 | 101 | 332 | 26 | 35 |
| Binary | 111010 | 1000110 | 1011010 | 100100 | 10110 | 0 | 1000001 | 11011010 | 10110 | 11101 |
Color Harmonies of #3A465A
Complementary color
Monochromatic Colors of #3A465A
Black with #3A465A
Text Example
Text Example
White with #3A465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A465A; }
p { color: rgb(58,70,90); }
H1.HeaderClassName
{
color: #3A465A;
}
.AnyTagClassName
{
color: #3A465A;
}
</style>
background-color css
<style>
a { background-color: #3A465A; }
a { background-color: rgb(58,70,90); }
div.DivClassName
{
background-color: #3A465A;
}
.BgClassName
{
background-color: #3A465A;
}
</style>
border-color css
<style>
span { border-color: #3A465A; }
span { border-color: rgb(58,70,90); }
td.TdClassName
{
border-color: #3A465A;
}
.TagClassName
{
border-color: #3A465A;
}
</style>