Html Css Color HEX #38424D Arsenic

📋 copy color: '#38424D'

red 56 ◦ green 66 ◦ blue 77

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

Shades of Arsenic #38424D

Tints of Arsenic #38424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 28.14%
G = 33.17%
B = 38.69%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38424D (or 0x38424D) is known color: Arsenic. HEX triplet: 38, 42 and 4D. RGB value is (56,66,77). Sum of RGB (Red+Green+Blue) = 56+66+77=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #38424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38424D is #C7BDB2. Grayscale: #404040. Windows color (decimal): -13090227 or 5063224. OLE color: 5063224.

HSL color Cylindrical-coordinate representation of color #38424D: hue angle of 211.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38424D is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 66 77 -
CMYK 0.27 0.14 0 0.70
HSL 211.43º 0.16% 0.26% -
HSV(B) 211.43º 0.27% 0.3% -
XYZ 4.92 5.27 7.78 -
YUV 64.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 56 66 77 0.27 0.14 0 0.70 211.43 0.16 0.26
Hex 38 42 4D 1B E 0 46 D3 10 1A
Octal 70 102 115 33 16 0 106 323 20 32
Binary 111000 1000010 1001101 11011 1110 0 1000110 11010011 10000 11010

Color Harmonies of #38424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38424D

Black with #38424D

Text Example


Text Example

White with #38424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38424D; }

 p { color: rgb(56,66,77); }

 H1.HeaderClassName
 {
   color: #38424D;
 }
 .AnyTagClassName
 {
   color: #38424D;
 }
</style>

background-color css

<style>
 a { background-color: #38424D; }

 a { background-color: rgb(56,66,77); }

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

border-color css

<style>
 span { border-color: #38424D; }

 span { border-color: rgb(56,66,77); }

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