#3E5260

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

Shades of Cello #3E5260

Tints of Cello #3E5260

Color information

#3E5260 (or 0x3E5260) is unknown color: approx Cello. HEX triplet: 3E, 52 and 60. RGB value is (62,82,96). Sum of RGB (Red+Green+Blue) = 62+82+96=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5260 is #C1AD9F. Grayscale: #4D4D4D. Windows color (decimal): -12692896 or 6312510. OLE color: 6312510.

HSL color Cylindrical-coordinate representation of color #3E5260: hue angle of 204.71º 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 #3E5260 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB628296-
CMYK0.350.1500.62
HSL204.71º21.52%30.98%-
HSV(B)204.71º35.42%37.65%-
XYZ7.127.912.22-
YUV77.62138.37116.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 96 (37.89% from 255) = 40%
R=25.83%
G=34.17%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6282960.350.1500.62204.7121.5230.98
Hex3E526023F03Ecd161f
Octal7612214043170763152637
Binary1111101010010110000010001111110111110110011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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