#3C5260

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

Shades of Cello #3C5260

Tints of Cello #3C5260

Color information

#3C5260 (or 0x3C5260) is unknown color: approx Cello. HEX triplet: 3C, 52 and 60. RGB value is (60,82,96). Sum of RGB (Red+Green+Blue) = 60+82+96=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5260 is #C3AD9F. Grayscale: #4C4C4C. Windows color (decimal): -12823968 or 6312508. OLE color: 6312508.

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

Color convert

RGB608296-
CMYK0.380.1500.62
HSL203.33º23.08%30.59%-
HSV(B)203.33º37.5%37.65%-
XYZ6.997.8412.21-
YUV77.02138.71115.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.21%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=25.21%
G=34.45%
B=40.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6082960.380.1500.62203.3323.0830.59
Hex3C526026F03Ecb171f
Octal7412214046170763132737
Binary1111001010010110000010011011110111110110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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