#3C536A

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

Shades of Cello #3C536A

Tints of Cello #3C536A

Color information

#3C536A (or 0x3C536A) is unknown color: approx Cello. HEX triplet: 3C, 53 and 6A. RGB value is (60,83,106). Sum of RGB (Red+Green+Blue) = 60+83+106=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C536A is #C3AC95. Grayscale: #4E4E4E. Windows color (decimal): -12823702 or 6968124. OLE color: 6968124.

HSL color Cylindrical-coordinate representation of color #3C536A: hue angle of 210º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C536A is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6083106-
CMYK0.430.2200.58
HSL210º27.71%32.55%-
HSV(B)210º43.4%41.57%-
XYZ7.568.1914.82-
YUV78.74143.38114.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=24.10%
G=33.33%
B=42.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60831060.430.2200.5821027.7132.55
Hex3C536A2B1603Ad21c21
Octal7412315253260723223441
Binary111100101001111010101010111011001110101101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,106); }

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

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

 a { background-color: rgb(60,83,106); }

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

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

 span { border-color: rgb(60,83,106); }

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