#3C526D

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

Shades of Cello #3C526D

Tints of Cello #3C526D

Color information

#3C526D (or 0x3C526D) is unknown color: approx Cello. HEX triplet: 3C, 52 and 6D. RGB value is (60,82,109). Sum of RGB (Red+Green+Blue) = 60+82+109=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C526D is #C3AD92. Grayscale: #4E4E4E. Windows color (decimal): -12823955 or 7164476. OLE color: 7164476.

HSL color Cylindrical-coordinate representation of color #3C526D: hue angle of 213.06º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C526D is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6082109-
CMYK0.450.2500.57
HSL213.06º28.99%33.14%-
HSV(B)213.06º44.95%42.75%-
XYZ7.648.115.63-
YUV78.5145.21114.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=23.90%
G=32.67%
B=43.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60821090.450.2500.57213.0628.9933.14
Hex3C526D2D19039d51d21
Octal7412215555310713253541
Binary111100101001011011011011011100101110011101010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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