#3B494D

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

Shades of Atomic #3B494D

Tints of Atomic #3B494D

Color information

#3B494D (or 0x3B494D) is unknown color: approx Atomic. HEX triplet: 3B, 49 and 4D. RGB value is (59,73,77). Sum of RGB (Red+Green+Blue) = 59+73+77=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B494D is #C4B6B2. Grayscale: #454545. Windows color (decimal): -12891827 or 5065019. OLE color: 5065019.

HSL color Cylindrical-coordinate representation of color #3B494D: hue angle of 193.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B494D is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB597377-
CMYK0.230.0500.70
HSL193.33º13.24%26.67%-
HSV(B)193.33º23.38%30.2%-
XYZ5.536.237.93-
YUV69.27132.36120.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=28.23%
G=34.93%
B=36.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5973770.230.0500.70193.3313.2426.67
Hex3B494D175046c1d1b
Octal7311111527501063011533
Binary11101110010011001101101111010100011011000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,73,77); }

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

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

 a { background-color: rgb(59,73,77); }

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

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

 span { border-color: rgb(59,73,77); }

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