#3E4D60

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

Shades of Cello #3E4D60

Tints of Cello #3E4D60

Color information

#3E4D60 (or 0x3E4D60) is unknown color: approx Cello. HEX triplet: 3E, 4D and 60. RGB value is (62,77,96). Sum of RGB (Red+Green+Blue) = 62+77+96=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E4D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4D60 is #C1B29F. Grayscale: #4A4A4A. Windows color (decimal): -12694176 or 6311230. OLE color: 6311230.

HSL color Cylindrical-coordinate representation of color #3E4D60: hue angle of 213.53º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E4D60 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB627796-
CMYK0.350.2000.62
HSL213.53º21.52%30.98%-
HSV(B)213.53º35.42%37.65%-
XYZ6.757.1812.1-
YUV74.68140.03118.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=26.38%
G=32.77%
B=40.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6277960.350.2000.62213.5321.5230.98
Hex3E4D60231403Ed6161f
Octal7611514043240763262637
Binary11111010011011100000100011101000111110110101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,77,96); }

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

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

 a { background-color: rgb(62,77,96); }

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

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

 span { border-color: rgb(62,77,96); }

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