#3C556D

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

Shades of Cello #3C556D

Tints of Cello #3C556D

Color information

#3C556D (or 0x3C556D) is unknown color: approx Cello. HEX triplet: 3C, 55 and 6D. RGB value is (60,85,109). Sum of RGB (Red+Green+Blue) = 60+85+109=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C556D is #C3AA92. Grayscale: #505050. Windows color (decimal): -12823187 or 7165244. OLE color: 7165244.

HSL color Cylindrical-coordinate representation of color #3C556D: hue angle of 209.39º 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 #3C556D is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6085109-
CMYK0.450.2200.57
HSL209.39º28.99%33.14%-
HSV(B)209.39º44.95%42.75%-
XYZ7.878.5615.71-
YUV80.26144.22113.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=23.62%
G=33.46%
B=42.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60851090.450.2200.57209.3928.9933.14
Hex3C556D2D16039d11d21
Octal7412515555260713213541
Binary111100101010111011011011011011001110011101000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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