#3E4D56

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

Shades of Atomic #3E4D56

Tints of Atomic #3E4D56

Color information

#3E4D56 (or 0x3E4D56) is unknown color: approx Atomic. HEX triplet: 3E, 4D and 56. RGB value is (62,77,86). Sum of RGB (Red+Green+Blue) = 62+77+86=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4D56 is #C1B2A9. Grayscale: #494949. Windows color (decimal): -12694186 or 5655870. OLE color: 5655870.

HSL color Cylindrical-coordinate representation of color #3E4D56: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E4D56 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB627786-
CMYK0.280.1000.66
HSL202.5º16.22%29.02%-
HSV(B)202.5º27.91%33.73%-
XYZ6.3279.82-
YUV73.54135.03119.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=27.56%
G=34.22%
B=38.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6277860.280.1000.66202.516.2229.02
Hex3E4D561CA042ca101d
Octal76115126341201023122035
Binary1111101001101101011011100101001000010110010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,77,86); }

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

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

 a { background-color: rgb(62,77,86); }

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

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

 span { border-color: rgb(62,77,86); }

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