#3E495B

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

Shades of Rhino #3E495B

Tints of Rhino #3E495B

Color information

#3E495B (or 0x3E495B) is unknown color: approx Rhino. HEX triplet: 3E, 49 and 5B. RGB value is (62,73,91). Sum of RGB (Red+Green+Blue) = 62+73+91=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E495B is #C1B6A4. Grayscale: #474747. Windows color (decimal): -12695205 or 5982526. OLE color: 5982526.

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

Color convert

RGB627391-
CMYK0.320.2000.64
HSL217.24º18.95%30%-
HSV(B)217.24º31.87%35.69%-
XYZ6.266.5410.83-
YUV71.76138.86121.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=27.43%
G=32.30%
B=40.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6273910.320.2000.64217.2418.9530
Hex3E495B2014040d9131e
Octal76111133402401003312336
Binary111110100100110110111000001010001000000110110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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