#3E484D

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

Shades of Atomic #3E484D

Tints of Atomic #3E484D

Color information

#3E484D (or 0x3E484D) is unknown color: approx Atomic. HEX triplet: 3E, 48 and 4D. RGB value is (62,72,77). Sum of RGB (Red+Green+Blue) = 62+72+77=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E484D is #C1B7B2. Grayscale: #454545. Windows color (decimal): -12695475 or 5064766. OLE color: 5064766.

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

Color convert

RGB627277-
CMYK0.190.0600.70
HSL200º10.79%27.25%-
HSV(B)200º19.48%30.2%-
XYZ5.646.197.92-
YUV69.58132.19122.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=29.38%
G=34.12%
B=36.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6272770.190.0600.7020010.7927.25
Hex3E484D136046c8b1b
Octal7611011523601063101333
Binary11111010010001001101100111100100011011001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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