#3A4959

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

Shades of Cello #3A4959

Tints of Cello #3A4959

Color information

#3A4959 (or 0x3A4959) is unknown color: approx Cello. HEX triplet: 3A, 49 and 59. RGB value is (58,73,89). Sum of RGB (Red+Green+Blue) = 58+73+89=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A4959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4959 is #C5B6A6. Grayscale: #464646. Windows color (decimal): -12957351 or 5851450. OLE color: 5851450.

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

Color convert

RGB587389-
CMYK0.350.1800.65
HSL210.97º21.09%28.82%-
HSV(B)210.97º34.83%34.9%-
XYZ5.936.3910.37-
YUV70.34138.53119.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=26.36%
G=33.18%
B=40.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5873890.350.1800.65210.9721.0928.82
Hex3A49592312041d3151d
Octal72111131432201013232535
Binary111010100100110110011000111001001000001110100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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