#3A516C

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

Shades of Cello #3A516C

Tints of Cello #3A516C

Color information

#3A516C (or 0x3A516C) is unknown color: approx Cello. HEX triplet: 3A, 51 and 6C. RGB value is (58,81,108). Sum of RGB (Red+Green+Blue) = 58+81+108=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A516C is #C5AE93. Grayscale: #4D4D4D. Windows color (decimal): -12955284 or 7098682. OLE color: 7098682.

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

Color convert

RGB5881108-
CMYK0.460.2500.58
HSL212.4º30.12%32.55%-
HSV(B)212.4º46.3%42.35%-
XYZ7.397.8715.32-
YUV77.2145.38114.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=23.48%
G=32.79%
B=43.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58811080.460.2500.58212.430.1232.55
Hex3A516C2E1903Ad41e21
Octal7212115456310723243641
Binary111010101000111011001011101100101110101101010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,108); }

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

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

 a { background-color: rgb(58,81,108); }

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

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

 span { border-color: rgb(58,81,108); }

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