Html Css Color HEX #3A474F Arsenic

📋 copy color: '#3A474F'

red 58 ◦ green 71 ◦ blue 79

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

Shades of Arsenic #3A474F

Tints of Arsenic #3A474F

RGB

 RED value IS 58 (23.05% from 255) = 27.88%

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 27.88%
G = 34.13%
B = 37.98%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A474F (or 0x3A474F) is known color: Arsenic. HEX triplet: 3A, 47 and 4F. RGB value is (58,71,79). Sum of RGB (Red+Green+Blue) = 58+71+79=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A474F is #C5B8B0. Grayscale: #434343. Windows color (decimal): -12957873 or 5195578. OLE color: 5195578.

HSL color Cylindrical-coordinate representation of color #3A474F: hue angle of 202.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A474F is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 71 79 -
CMYK 0.27 0.10 0 0.69
HSL 202.86º 0.15% 0.27% -
HSV(B) 202.86º 0.27% 0.31% -
XYZ 5.41 5.97 8.26 -
YUV 68.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 58 71 79 0.27 0.10 0 0.69 202.86 0.15 0.27
Hex 3A 47 4F 1B A 0 45 CB F 1B
Octal 72 107 117 33 12 0 105 313 17 33
Binary 111010 1000111 1001111 11011 1010 0 1000101 11001011 1111 11011

Color Harmonies of #3A474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A474F

Black with #3A474F

Text Example


Text Example

White with #3A474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,79); }

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

background-color css

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

 a { background-color: rgb(58,71,79); }

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

border-color css

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

 span { border-color: rgb(58,71,79); }

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