#3C5063

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

Shades of Cello #3C5063

Tints of Cello #3C5063

Color information

#3C5063 (or 0x3C5063) is unknown color: approx Cello. HEX triplet: 3C, 50 and 63. RGB value is (60,80,99). Sum of RGB (Red+Green+Blue) = 60+80+99=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C5063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5063 is #C3AF9C. Grayscale: #4C4C4C. Windows color (decimal): -12824477 or 6508604. OLE color: 6508604.

HSL color Cylindrical-coordinate representation of color #3C5063: hue angle of 209.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5063 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB608099-
CMYK0.390.1900.61
HSL209.23º24.53%31.18%-
HSV(B)209.23º39.39%38.82%-
XYZ6.987.612.9-
YUV76.19140.87116.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=25.10%
G=33.47%
B=41.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6080990.390.1900.61209.2324.5331.18
Hex3C5063271303Dd1191f
Octal7412014347230753213137
Binary11110010100001100011100111100110111101110100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,99); }

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

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

 a { background-color: rgb(60,80,99); }

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

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

 span { border-color: rgb(60,80,99); }

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