Shades of Rhino #3A4455
Tints of Rhino #3A4455
RGB
CMYK
RGB Variations
Color information
#3A4455 (or 0x3A4455) is known color: Rhino. HEX triplet: 3A, 44 and 55. RGB value is (58,68,85). Sum of RGB (Red+Green+Blue) = 58+68+85=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A4455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4455 is #C5BBAA. Grayscale: #424242. Windows color (decimal): -12958635 or 5588026. OLE color: 5588026.
HSL color Cylindrical-coordinate representation of color #3A4455: hue angle of 217.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A4455 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 68 | 85 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.67 |
| HSL | 217.78º | 0.19% | 0.28% | - |
| HSV(B) | 217.78º | 0.32% | 0.33% | - |
| XYZ | 5.45 | 5.69 | 9.41 | - |
| YUV | 66.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 85 | 0.32 | 0.20 | 0 | 0.67 | 217.78 | 0.19 | 0.28 |
| Hex | 3A | 44 | 55 | 20 | 14 | 0 | 43 | DA | 13 | 1C |
| Octal | 72 | 104 | 125 | 40 | 24 | 0 | 103 | 332 | 23 | 34 |
| Binary | 111010 | 1000100 | 1010101 | 100000 | 10100 | 0 | 1000011 | 11011010 | 10011 | 11100 |
Color Harmonies of #3A4455
Complementary color
Monochromatic Colors of #3A4455
Black with #3A4455
Text Example
Text Example
White with #3A4455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4455; }
p { color: rgb(58,68,85); }
H1.HeaderClassName
{
color: #3A4455;
}
.AnyTagClassName
{
color: #3A4455;
}
</style>
background-color css
<style>
a { background-color: #3A4455; }
a { background-color: rgb(58,68,85); }
div.DivClassName
{
background-color: #3A4455;
}
.BgClassName
{
background-color: #3A4455;
}
</style>
border-color css
<style>
span { border-color: #3A4455; }
span { border-color: rgb(58,68,85); }
td.TdClassName
{
border-color: #3A4455;
}
.TagClassName
{
border-color: #3A4455;
}
</style>