Shades of Rhino #3B4753
Tints of Rhino #3B4753
RGB
CMYK
RGB Variations
Color information
#3B4753 (or 0x3B4753) is known color: Rhino. HEX triplet: 3B, 47 and 53. RGB value is (59,71,83). Sum of RGB (Red+Green+Blue) = 59+71+83=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B4753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4753 is #C4B8AC. Grayscale: #444444. Windows color (decimal): -12892333 or 5457723. OLE color: 5457723.
HSL color Cylindrical-coordinate representation of color #3B4753: hue angle of 210º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B4753 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 71 | 83 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.67 |
| HSL | 210º | 0.17% | 0.28% | - |
| HSV(B) | 210º | 0.29% | 0.33% | - |
| XYZ | 5.62 | 6.06 | 9.06 | - |
| YUV | 68.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 83 | 0.29 | 0.14 | 0 | 0.67 | 210 | 0.17 | 0.28 |
| Hex | 3B | 47 | 53 | 1D | E | 0 | 43 | D2 | 11 | 1C |
| Octal | 73 | 107 | 123 | 35 | 16 | 0 | 103 | 322 | 21 | 34 |
| Binary | 111011 | 1000111 | 1010011 | 11101 | 1110 | 0 | 1000011 | 11010010 | 10001 | 11100 |
Color Harmonies of #3B4753
Complementary color
Monochromatic Colors of #3B4753
Black with #3B4753
Text Example
Text Example
White with #3B4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4753; }
p { color: rgb(59,71,83); }
H1.HeaderClassName
{
color: #3B4753;
}
.AnyTagClassName
{
color: #3B4753;
}
</style>
background-color css
<style>
a { background-color: #3B4753; }
a { background-color: rgb(59,71,83); }
div.DivClassName
{
background-color: #3B4753;
}
.BgClassName
{
background-color: #3B4753;
}
</style>
border-color css
<style>
span { border-color: #3B4753; }
span { border-color: rgb(59,71,83); }
td.TdClassName
{
border-color: #3B4753;
}
.TagClassName
{
border-color: #3B4753;
}
</style>