Html Css Color HEX #3A4750 Arsenic

📋 copy color: '#3A4750'

red 58 ◦ green 71 ◦ blue 80

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

Shades of Arsenic #3A4750

Tints of Arsenic #3A4750

RGB

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

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

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

R = 27.75%
G = 33.97%
B = 38.28%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A4750 (or 0x3A4750) is known color: Arsenic. HEX triplet: 3A, 47 and 50. RGB value is (58,71,80). Sum of RGB (Red+Green+Blue) = 58+71+80=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4750 is #C5B8AF. Grayscale: #444444. Windows color (decimal): -12957872 or 5261114. OLE color: 5261114.

HSL color Cylindrical-coordinate representation of color #3A4750: hue angle of 204.55º degrees, saturation: 0.16, 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 #3A4750 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 71 80 -
CMYK 0.28 0.11 0 0.69
HSL 204.55º 0.16% 0.27% -
HSV(B) 204.55º 0.28% 0.31% -
XYZ 5.45 5.99 8.46 -
YUV 68.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 58 71 80 0.28 0.11 0 0.69 204.55 0.16 0.27
Hex 3A 47 50 1C B 0 45 CD 10 1B
Octal 72 107 120 34 13 0 105 315 20 33
Binary 111010 1000111 1010000 11100 1011 0 1000101 11001101 10000 11011

Color Harmonies of #3A4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4750

Black with #3A4750

Text Example


Text Example

White with #3A4750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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