#38444C

Color #38444C Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #38444C

Tints of Arsenic #38444C

Color information

#38444C (or 0x38444C) is unknown color: approx Arsenic. HEX triplet: 38, 44 and 4C. RGB value is (56,68,76). Sum of RGB (Red+Green+Blue) = 56+68+76=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #38444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38444C is #C7BBB3. Grayscale: #414141. Windows color (decimal): -13089716 or 4998200. OLE color: 4998200.

HSL color Cylindrical-coordinate representation of color #38444C: hue angle of 204º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38444C is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB566876-
CMYK0.260.1100.70
HSL204º15.15%25.88%-
HSV(B)204º26.32%29.8%-
XYZ55.57.63-
YUV65.32134.02121.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 76 (30.08% from 255) = 38%
R=28%
G=34%
B=38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5668760.260.1100.7020415.1525.88
Hex38444C1AB046ccf1a
Octal70104114321301063141732
Binary111000100010010011001101010110100011011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38444C; }

 p { color: rgb(56,68,76); }

 H1.HeaderClassName
 {
   color: #38444C;
 }
 .AnyTagClassName
 {
   color: #38444C;
 }
</style>
background-color css

<style>
 a { background-color: #38444C; }

 a { background-color: rgb(56,68,76); }

 div.DivClassName
 {
   background-color: #38444C;
 }
 .BgClassName
 {
   background-color: #38444C;
 }
</style>
border-color css

<style>
 span { border-color: #38444C; }

 span { border-color: rgb(56,68,76); }

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