#3C516A

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

Shades of Cello #3C516A

Tints of Cello #3C516A

Color information

#3C516A (or 0x3C516A) is unknown color: approx Cello. HEX triplet: 3C, 51 and 6A. RGB value is (60,81,106). Sum of RGB (Red+Green+Blue) = 60+81+106=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C516A is #C3AE95. Grayscale: #4D4D4D. Windows color (decimal): -12824214 or 6967612. OLE color: 6967612.

HSL color Cylindrical-coordinate representation of color #3C516A: hue angle of 212.61º 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 #3C516A is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6081106-
CMYK0.430.2400.58
HSL212.61º27.71%32.55%-
HSV(B)212.61º43.4%41.57%-
XYZ7.417.8914.77-
YUV77.57144.04115.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=24.29%
G=32.79%
B=42.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60811060.430.2400.58212.6127.7132.55
Hex3C516A2B1803Ad51c21
Octal7412115253300723253441
Binary111100101000111010101010111100001110101101010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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