#3C4A60

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

Shades of Cello #3C4A60

Tints of Cello #3C4A60

Color information

#3C4A60 (or 0x3C4A60) is unknown color: approx Cello. HEX triplet: 3C, 4A and 60. RGB value is (60,74,96). Sum of RGB (Red+Green+Blue) = 60+74+96=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C4A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4A60 is #C3B59F. Grayscale: #484848. Windows color (decimal): -12826016 or 6310460. OLE color: 6310460.

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

Color convert

RGB607496-
CMYK0.380.2300.62
HSL216.67º23.08%30.59%-
HSV(B)216.67º37.5%37.65%-
XYZ6.426.712.02-
YUV72.32141.36119.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=26.09%
G=32.17%
B=41.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6074960.380.2300.62216.6723.0830.59
Hex3C4A60261703Ed9171f
Octal7411214046270763312737
Binary11110010010101100000100110101110111110110110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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