Html Css Color HEX #3E464B Arsenic

📋 copy color: '#3E464B'

red 62 ◦ green 70 ◦ blue 75

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

Shades of Arsenic #3E464B

Tints of Arsenic #3E464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

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

R = 29.95%
G = 33.82%
B = 36.23%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E464B (or 0x3E464B) is known color: Arsenic. HEX triplet: 3E, 46 and 4B. RGB value is (62,70,75). Sum of RGB (Red+Green+Blue) = 62+70+75=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E464B is #C1B9B4. Grayscale: #444444. Windows color (decimal): -12695989 or 4933182. OLE color: 4933182.

HSL color Cylindrical-coordinate representation of color #3E464B: hue angle of 203.08º 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 #3E464B is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 70 75 -
CMYK 0.17 0.07 0 0.71
HSL 203.08º 0.09% 0.27% -
HSV(B) 203.08º 0.17% 0.29% -
XYZ 5.45 5.91 7.51 -
YUV 68.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 62 70 75 0.17 0.07 0 0.71 203.08 0.09 0.27
Hex 3E 46 4B 11 7 0 47 CB 9 1B
Octal 76 106 113 21 7 0 107 313 11 33
Binary 111110 1000110 1001011 10001 111 0 1000111 11001011 1001 11011

Color Harmonies of #3E464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E464B

Black with #3E464B

Text Example


Text Example

White with #3E464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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