#3B475C

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

Shades of Rhino #3B475C

Tints of Rhino #3B475C

Color information

#3B475C (or 0x3B475C) is unknown color: approx Rhino. HEX triplet: 3B, 47 and 5C. RGB value is (59,71,92). Sum of RGB (Red+Green+Blue) = 59+71+92=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B475C is #C4B8A3. Grayscale: #454545. Windows color (decimal): -12892324 or 6047547. OLE color: 6047547.

HSL color Cylindrical-coordinate representation of color #3B475C: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B475C is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB597192-
CMYK0.360.2300.64
HSL218.18º21.85%29.61%-
HSV(B)218.18º35.87%36.08%-
XYZ5.996.2111.01-
YUV69.81140.52120.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=26.58%
G=31.98%
B=41.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5971920.360.2300.64218.1821.8529.61
Hex3B475C2417040da161e
Octal73107134442701003322636
Binary111011100011110111001001001011101000000110110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,71,92); }

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

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

 a { background-color: rgb(59,71,92); }

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

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

 span { border-color: rgb(59,71,92); }

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