Html Css Color HEX #3E494D Atomic

📋 copy color: '#3E494D'

red 62 ◦ green 73 ◦ blue 77

#3E494D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #3E494D

Tints of Atomic #3E494D

RGB

 RED value IS 62 (24.61% from 255) = 29.25%

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 29.25%
G = 34.43%
B = 36.32%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E494D (or 0x3E494D) is known color: Atomic. HEX triplet: 3E, 49 and 4D. RGB value is (62,73,77). Sum of RGB (Red+Green+Blue) = 62+73+77=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E494D is #C1B6B2. Grayscale: #464646. Windows color (decimal): -12695219 or 5065022. OLE color: 5065022.

HSL color Cylindrical-coordinate representation of color #3E494D: hue angle of 196º 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 #3E494D is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 73 77 -
CMYK 0.19 0.05 0 0.70
HSL 196º 0.11% 0.27% -
HSV(B) 196º 0.19% 0.3% -
XYZ 5.71 6.33 7.94 -
YUV 70.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 62 73 77 0.19 0.05 0 0.70 196 0.11 0.27
Hex 3E 49 4D 13 5 0 46 C4 B 1B
Octal 76 111 115 23 5 0 106 304 13 33
Binary 111110 1001001 1001101 10011 101 0 1000110 11000100 1011 11011

Color Harmonies of #3E494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E494D

Black with #3E494D

Text Example


Text Example

White with #3E494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E494D;
 }
 .AnyTagClassName
 {
   color: #3E494D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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