Shades of Rhino #3B434F
Tints of Rhino #3B434F
RGB
CMYK
RGB Variations
Color information
#3B434F (or 0x3B434F) is known color: Rhino. HEX triplet: 3B, 43 and 4F. RGB value is (59,67,79). Sum of RGB (Red+Green+Blue) = 59+67+79=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B434F is #C4BCB0. Grayscale: #414141. Windows color (decimal): -12893361 or 5194555. OLE color: 5194555.
HSL color Cylindrical-coordinate representation of color #3B434F: hue angle of 216º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B434F is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 67 | 79 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.69 |
| HSL | 216º | 0.14% | 0.27% | - |
| HSV(B) | 216º | 0.25% | 0.31% | - |
| XYZ | 5.22 | 5.51 | 8.19 | - |
| YUV | 65.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 79 | 0.25 | 0.15 | 0 | 0.69 | 216 | 0.14 | 0.27 |
| Hex | 3B | 43 | 4F | 19 | F | 0 | 45 | D8 | E | 1B |
| Octal | 73 | 103 | 117 | 31 | 17 | 0 | 105 | 330 | 16 | 33 |
| Binary | 111011 | 1000011 | 1001111 | 11001 | 1111 | 0 | 1000101 | 11011000 | 1110 | 11011 |
Color Harmonies of #3B434F
Complementary color
Monochromatic Colors of #3B434F
Black with #3B434F
Text Example
Text Example
White with #3B434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B434F; }
p { color: rgb(59,67,79); }
H1.HeaderClassName
{
color: #3B434F;
}
.AnyTagClassName
{
color: #3B434F;
}
</style>
background-color css
<style>
a { background-color: #3B434F; }
a { background-color: rgb(59,67,79); }
div.DivClassName
{
background-color: #3B434F;
}
.BgClassName
{
background-color: #3B434F;
}
</style>
border-color css
<style>
span { border-color: #3B434F; }
span { border-color: rgb(59,67,79); }
td.TdClassName
{
border-color: #3B434F;
}
.TagClassName
{
border-color: #3B434F;
}
</style>