Html Css Color HEX #38434B Arsenic

📋 copy color: '#38434B'

red 56 ◦ green 67 ◦ blue 75

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

Shades of Arsenic #38434B

Tints of Arsenic #38434B

RGB

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

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

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

R = 28.28%
G = 33.84%
B = 37.88%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38434B (or 0x38434B) is known color: Arsenic. HEX triplet: 38, 43 and 4B. RGB value is (56,67,75). Sum of RGB (Red+Green+Blue) = 56+67+75=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #38434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38434B is #C7BCB4. Grayscale: #404040. Windows color (decimal): -13089973 or 4932408. OLE color: 4932408.

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

Color convert

RGB 56 67 75 -
CMYK 0.25 0.11 0 0.71
HSL 205.26º 0.15% 0.26% -
HSV(B) 205.26º 0.25% 0.29% -
XYZ 4.91 5.36 7.43 -
YUV 64.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 56 67 75 0.25 0.11 0 0.71 205.26 0.15 0.26
Hex 38 43 4B 19 B 0 47 CD F 1A
Octal 70 103 113 31 13 0 107 315 17 32
Binary 111000 1000011 1001011 11001 1011 0 1000111 11001101 1111 11010

Color Harmonies of #38434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38434B

Black with #38434B

Text Example


Text Example

White with #38434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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