Shades of Rhino #3A434E
Tints of Rhino #3A434E
RGB
CMYK
RGB Variations
Color information
#3A434E (or 0x3A434E) is known color: Rhino. HEX triplet: 3A, 43 and 4E. RGB value is (58,67,78). Sum of RGB (Red+Green+Blue) = 58+67+78=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A434E is #C5BCB1. Grayscale: #414141. Windows color (decimal): -12958898 or 5129018. OLE color: 5129018.
HSL color Cylindrical-coordinate representation of color #3A434E: hue angle of 213º 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 #3A434E is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 67 | 78 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.69 |
| HSL | 213º | 0.15% | 0.27% | - |
| HSV(B) | 213º | 0.26% | 0.31% | - |
| XYZ | 5.13 | 5.46 | 7.99 | - |
| YUV | 65.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 78 | 0.26 | 0.14 | 0 | 0.69 | 213 | 0.15 | 0.27 |
| Hex | 3A | 43 | 4E | 1A | E | 0 | 45 | D5 | F | 1B |
| Octal | 72 | 103 | 116 | 32 | 16 | 0 | 105 | 325 | 17 | 33 |
| Binary | 111010 | 1000011 | 1001110 | 11010 | 1110 | 0 | 1000101 | 11010101 | 1111 | 11011 |
Color Harmonies of #3A434E
Complementary color
Monochromatic Colors of #3A434E
Black with #3A434E
Text Example
Text Example
White with #3A434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A434E; }
p { color: rgb(58,67,78); }
H1.HeaderClassName
{
color: #3A434E;
}
.AnyTagClassName
{
color: #3A434E;
}
</style>
background-color css
<style>
a { background-color: #3A434E; }
a { background-color: rgb(58,67,78); }
div.DivClassName
{
background-color: #3A434E;
}
.BgClassName
{
background-color: #3A434E;
}
</style>
border-color css
<style>
span { border-color: #3A434E; }
span { border-color: rgb(58,67,78); }
td.TdClassName
{
border-color: #3A434E;
}
.TagClassName
{
border-color: #3A434E;
}
</style>