Html Css Color HEX #3E4B50 Atomic

📋 copy color: '#3E4B50'

red 62 ◦ green 75 ◦ blue 80

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

Shades of Atomic #3E4B50

Tints of Atomic #3E4B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 28.57%
G = 34.56%
B = 36.87%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E4B50 (or 0x3E4B50) is known color: Atomic. HEX triplet: 3E, 4B and 50. RGB value is (62,75,80). Sum of RGB (Red+Green+Blue) = 62+75+80=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E4B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B50 is #C1B4AF. Grayscale: #474747. Windows color (decimal): -12694704 or 5262142. OLE color: 5262142.

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

Color convert

RGB 62 75 80 -
CMYK 0.22 0.06 0 0.69
HSL 196.67º 0.13% 0.28% -
HSV(B) 196.67º 0.23% 0.31% -
XYZ 5.95 6.64 8.56 -
YUV 71.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 62 75 80 0.22 0.06 0 0.69 196.67 0.13 0.28
Hex 3E 4B 50 16 6 0 45 C5 D 1C
Octal 76 113 120 26 6 0 105 305 15 34
Binary 111110 1001011 1010000 10110 110 0 1000101 11000101 1101 11100

Color Harmonies of #3E4B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4B50

Black with #3E4B50

Text Example


Text Example

White with #3E4B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,80); }

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

background-color css

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

 a { background-color: rgb(62,75,80); }

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

border-color css

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

 span { border-color: rgb(62,75,80); }

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