#3B4959

Color #3B4959 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #3B4959

Tints of Rhino #3B4959

Color information

#3B4959 (or 0x3B4959) is unknown color: approx Rhino. HEX triplet: 3B, 49 and 59. RGB value is (59,73,89). Sum of RGB (Red+Green+Blue) = 59+73+89=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B4959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4959 is #C4B6A6. Grayscale: #464646. Windows color (decimal): -12891815 or 5851451. OLE color: 5851451.

HSL color Cylindrical-coordinate representation of color #3B4959: hue angle of 212º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B4959 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB597389-
CMYK0.340.1800.65
HSL212º20.27%29.02%-
HSV(B)212º33.71%34.9%-
XYZ5.996.4210.37-
YUV70.64138.36119.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 26.70%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=26.70%
G=33.03%
B=40.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5973890.340.1800.6521220.2729.02
Hex3B49592212041d4141d
Octal73111131422201013242435
Binary111011100100110110011000101001001000001110101001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4959; }

 p { color: rgb(59,73,89); }

 H1.HeaderClassName
 {
   color: #3B4959;
 }
 .AnyTagClassName
 {
   color: #3B4959;
 }
</style>
background-color css

<style>
 a { background-color: #3B4959; }

 a { background-color: rgb(59,73,89); }

 div.DivClassName
 {
   background-color: #3B4959;
 }
 .BgClassName
 {
   background-color: #3B4959;
 }
</style>
border-color css

<style>
 span { border-color: #3B4959; }

 span { border-color: rgb(59,73,89); }

 td.TdClassName
 {
   border-color: #3B4959;
 }
 .TagClassName
 {
   border-color: #3B4959;
 }
</style>