Html Css Color HEX #3E484D Atomic

📋 copy color: '#3E484D'

red 62 ◦ green 72 ◦ blue 77

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

Shades of Atomic #3E484D

Tints of Atomic #3E484D

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 value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E484D (or 0x3E484D) is known color: 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

RGB 62 72 77 -
CMYK 0.19 0.06 0 0.70
HSL 200º 0.11% 0.27% -
HSV(B) 200º 0.19% 0.3% -
XYZ 5.64 6.19 7.92 -
YUV 69.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 62 72 77 0.19 0.06 0 0.70 200 0.11 0.27
Hex 3E 48 4D 13 6 0 46 C8 B 1B
Octal 76 110 115 23 6 0 106 310 13 33
Binary 111110 1001000 1001101 10011 110 0 1000110 11001000 1011 11011

Color Harmonies of #3E484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E484D

Black with #3E484D

Text Example


Text Example

White with #3E484D

Text Example


Text Example

HTML Codes & Css Web 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>