#3E4955

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

Shades of Rhino #3E4955

Tints of Rhino #3E4955

Color information

#3E4955 (or 0x3E4955) is unknown color: approx Rhino. HEX triplet: 3E, 49 and 55. RGB value is (62,73,85). Sum of RGB (Red+Green+Blue) = 62+73+85=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4955 is #C1B6AA. Grayscale: #474747. Windows color (decimal): -12695211 or 5589310. OLE color: 5589310.

HSL color Cylindrical-coordinate representation of color #3E4955: hue angle of 211.3º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4955 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB627385-
CMYK0.270.1400.67
HSL211.3º15.65%28.82%-
HSV(B)211.3º27.06%33.33%-
XYZ6.016.459.52-
YUV71.08135.86121.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=28.18%
G=33.18%
B=38.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6273850.270.1400.67211.315.6528.82
Hex3E49551BE043d3101d
Octal76111125331601033232035
Binary1111101001001101010111011111001000011110100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,85); }

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

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

 a { background-color: rgb(62,73,85); }

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

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

 span { border-color: rgb(62,73,85); }

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