Html Css Color HEX #3E454B Arsenic

📋 copy color: '#3E454B'

red 62 ◦ green 69 ◦ blue 75

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

Shades of Arsenic #3E454B

Tints of Arsenic #3E454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 30.1%
G = 33.5%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E454B (or 0x3E454B) is known color: Arsenic. HEX triplet: 3E, 45 and 4B. RGB value is (62,69,75). Sum of RGB (Red+Green+Blue) = 62+69+75=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E454B is #C1BAB4. Grayscale: #434343. Windows color (decimal): -12696245 or 4932926. OLE color: 4932926.

HSL color Cylindrical-coordinate representation of color #3E454B: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E454B is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 69 75 -
CMYK 0.17 0.08 0 0.71
HSL 207.69º 0.09% 0.27% -
HSV(B) 207.69º 0.17% 0.29% -
XYZ 5.38 5.79 7.49 -
YUV 67.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 62 69 75 0.17 0.08 0 0.71 207.69 0.09 0.27
Hex 3E 45 4B 11 8 0 47 D0 9 1B
Octal 76 105 113 21 10 0 107 320 11 33
Binary 111110 1000101 1001011 10001 1000 0 1000111 11010000 1001 11011

Color Harmonies of #3E454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E454B

Black with #3E454B

Text Example


Text Example

White with #3E454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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