#3B4960

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

Shades of Rhino #3B4960

Tints of Rhino #3B4960

Color information

#3B4960 (or 0x3B4960) is unknown color: approx Rhino. HEX triplet: 3B, 49 and 60. RGB value is (59,73,96). Sum of RGB (Red+Green+Blue) = 59+73+96=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B4960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4960 is #C4B69F. Grayscale: #474747. Windows color (decimal): -12891808 or 6310203. OLE color: 6310203.

HSL color Cylindrical-coordinate representation of color #3B4960: hue angle of 217.3º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B4960 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB597396-
CMYK0.390.2400.62
HSL217.3º23.87%30.39%-
HSV(B)217.3º38.54%37.65%-
XYZ6.36.5412-
YUV71.44141.86119.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=25.88%
G=32.02%
B=42.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5973960.390.2400.62217.323.8730.39
Hex3B4960271803Ed9181e
Octal7311114047300763313036
Binary11101110010011100000100111110000111110110110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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