#3D494E

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

Shades of Atomic #3D494E

Tints of Atomic #3D494E

Color information

#3D494E (or 0x3D494E) is unknown color: approx Atomic. HEX triplet: 3D, 49 and 4E. RGB value is (61,73,78). Sum of RGB (Red+Green+Blue) = 61+73+78=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D494E is #C2B6B1. Grayscale: #454545. Windows color (decimal): -12760754 or 5130557. OLE color: 5130557.

HSL color Cylindrical-coordinate representation of color #3D494E: hue angle of 197.65º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D494E is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB617378-
CMYK0.220.0600.69
HSL197.65º12.23%27.25%-
HSV(B)197.65º21.79%30.59%-
XYZ5.686.318.13-
YUV69.98132.52121.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.77%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=28.77%
G=34.43%
B=36.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6173780.220.0600.69197.6512.2327.25
Hex3D494E166045c6c1b
Octal7511111626601053061433
Binary11110110010011001110101101100100010111000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,78); }

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

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

 a { background-color: rgb(61,73,78); }

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

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

 span { border-color: rgb(61,73,78); }

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