#3A4958

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

Shades of Cello #3A4958

Tints of Cello #3A4958

Color information

#3A4958 (or 0x3A4958) is unknown color: approx Cello. HEX triplet: 3A, 49 and 58. RGB value is (58,73,88). Sum of RGB (Red+Green+Blue) = 58+73+88=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A4958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4958 is #C5B6A7. Grayscale: #464646. Windows color (decimal): -12957352 or 5785914. OLE color: 5785914.

HSL color Cylindrical-coordinate representation of color #3A4958: hue angle of 210º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A4958 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB587388-
CMYK0.340.1700.65
HSL210º20.55%28.63%-
HSV(B)210º34.09%34.51%-
XYZ5.896.3710.15-
YUV70.22138.03119.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=26.48%
G=33.33%
B=40.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5873880.340.1700.6521020.5528.63
Hex3A49582211041d2151d
Octal72111130422101013222535
Binary111010100100110110001000101000101000001110100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,88); }

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

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

 a { background-color: rgb(58,73,88); }

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

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

 span { border-color: rgb(58,73,88); }

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