#3A515F

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

Shades of Cello #3A515F

Tints of Cello #3A515F

Color information

#3A515F (or 0x3A515F) is unknown color: approx Cello. HEX triplet: 3A, 51 and 5F. RGB value is (58,81,95). Sum of RGB (Red+Green+Blue) = 58+81+95=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A515F is #C5AEA0. Grayscale: #4B4B4B. Windows color (decimal): -12955297 or 6246714. OLE color: 6246714.

HSL color Cylindrical-coordinate representation of color #3A515F: hue angle of 202.7º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A515F is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB588195-
CMYK0.390.1500.63
HSL202.7º24.18%30%-
HSV(B)202.7º38.95%37.25%-
XYZ6.757.6111.94-
YUV75.72138.88115.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=24.79%
G=34.62%
B=40.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5881950.390.1500.63202.724.1830
Hex3A515F27F03Fcb181e
Octal7212113747170773133036
Binary1110101010001101111110011111110111111110010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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