Shades of Rhino #3A4556
Tints of Rhino #3A4556
RGB
CMYK
RGB Variations
Color information
#3A4556 (or 0x3A4556) is known color: Rhino. HEX triplet: 3A, 45 and 56. RGB value is (58,69,86). Sum of RGB (Red+Green+Blue) = 58+69+86=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4556 is #C5BAA9. Grayscale: #434343. Windows color (decimal): -12958378 or 5653818. OLE color: 5653818.
HSL color Cylindrical-coordinate representation of color #3A4556: hue angle of 216.43º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A4556 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 69 | 86 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.66 |
| HSL | 216.43º | 0.19% | 0.28% | - |
| HSV(B) | 216.43º | 0.33% | 0.34% | - |
| XYZ | 5.55 | 5.83 | 9.64 | - |
| YUV | 67.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 86 | 0.33 | 0.20 | 0 | 0.66 | 216.43 | 0.19 | 0.28 |
| Hex | 3A | 45 | 56 | 21 | 14 | 0 | 42 | D8 | 13 | 1C |
| Octal | 72 | 105 | 126 | 41 | 24 | 0 | 102 | 330 | 23 | 34 |
| Binary | 111010 | 1000101 | 1010110 | 100001 | 10100 | 0 | 1000010 | 11011000 | 10011 | 11100 |
Color Harmonies of #3A4556
Complementary color
Monochromatic Colors of #3A4556
Black with #3A4556
Text Example
Text Example
White with #3A4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4556; }
p { color: rgb(58,69,86); }
H1.HeaderClassName
{
color: #3A4556;
}
.AnyTagClassName
{
color: #3A4556;
}
</style>
background-color css
<style>
a { background-color: #3A4556; }
a { background-color: rgb(58,69,86); }
div.DivClassName
{
background-color: #3A4556;
}
.BgClassName
{
background-color: #3A4556;
}
</style>
border-color css
<style>
span { border-color: #3A4556; }
span { border-color: rgb(58,69,86); }
td.TdClassName
{
border-color: #3A4556;
}
.TagClassName
{
border-color: #3A4556;
}
</style>