Html Css Color HEX #38434F Arsenic

📋 copy color: '#38434F'

red 56 ◦ green 67 ◦ blue 79

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

Shades of Arsenic #38434F

Tints of Arsenic #38434F

RGB

 RED value IS 56 (22.27% from 255) = 27.72%

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 27.72%
G = 33.17%
B = 39.11%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38434F (or 0x38434F) is known color: Arsenic. HEX triplet: 38, 43 and 4F. RGB value is (56,67,79). Sum of RGB (Red+Green+Blue) = 56+67+79=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #38434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38434F is #C7BCB0. Grayscale: #414141. Windows color (decimal): -13089969 or 5194552. OLE color: 5194552.

HSL color Cylindrical-coordinate representation of color #38434F: hue angle of 211.3º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38434F is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 67 79 -
CMYK 0.29 0.15 0 0.69
HSL 211.3º 0.17% 0.26% -
HSV(B) 211.3º 0.29% 0.31% -
XYZ 5.05 5.42 8.18 -
YUV 65.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 56 67 79 0.29 0.15 0 0.69 211.3 0.17 0.26
Hex 38 43 4F 1D F 0 45 D3 11 1A
Octal 70 103 117 35 17 0 105 323 21 32
Binary 111000 1000011 1001111 11101 1111 0 1000101 11010011 10001 11010

Color Harmonies of #38434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38434F

Black with #38434F

Text Example


Text Example

White with #38434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38434F; }

 p { color: rgb(56,67,79); }

 H1.HeaderClassName
 {
   color: #38434F;
 }
 .AnyTagClassName
 {
   color: #38434F;
 }
</style>

background-color css

<style>
 a { background-color: #38434F; }

 a { background-color: rgb(56,67,79); }

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

border-color css

<style>
 span { border-color: #38434F; }

 span { border-color: rgb(56,67,79); }

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