Shades of Rhino #3A424E
Tints of Rhino #3A424E
RGB
CMYK
RGB Variations
Color information
#3A424E (or 0x3A424E) is known color: Rhino. HEX triplet: 3A, 42 and 4E. RGB value is (58,66,78). Sum of RGB (Red+Green+Blue) = 58+66+78=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A424E is #C5BDB1. Grayscale: #404040. Windows color (decimal): -12959154 or 5128762. OLE color: 5128762.
HSL color Cylindrical-coordinate representation of color #3A424E: hue angle of 216º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A424E is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 66 | 78 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.69 |
| HSL | 216º | 0.15% | 0.27% | - |
| HSV(B) | 216º | 0.26% | 0.31% | - |
| XYZ | 5.07 | 5.35 | 7.97 | - |
| YUV | 64.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 78 | 0.26 | 0.15 | 0 | 0.69 | 216 | 0.15 | 0.27 |
| Hex | 3A | 42 | 4E | 1A | F | 0 | 45 | D8 | F | 1B |
| Octal | 72 | 102 | 116 | 32 | 17 | 0 | 105 | 330 | 17 | 33 |
| Binary | 111010 | 1000010 | 1001110 | 11010 | 1111 | 0 | 1000101 | 11011000 | 1111 | 11011 |
Color Harmonies of #3A424E
Complementary color
Monochromatic Colors of #3A424E
Black with #3A424E
Text Example
Text Example
White with #3A424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A424E; }
p { color: rgb(58,66,78); }
H1.HeaderClassName
{
color: #3A424E;
}
.AnyTagClassName
{
color: #3A424E;
}
</style>
background-color css
<style>
a { background-color: #3A424E; }
a { background-color: rgb(58,66,78); }
div.DivClassName
{
background-color: #3A424E;
}
.BgClassName
{
background-color: #3A424E;
}
</style>
border-color css
<style>
span { border-color: #3A424E; }
span { border-color: rgb(58,66,78); }
td.TdClassName
{
border-color: #3A424E;
}
.TagClassName
{
border-color: #3A424E;
}
</style>