#38464F

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

Shades of Arsenic #38464F

Tints of Arsenic #38464F

Color information

#38464F (or 0x38464F) is unknown color: approx Arsenic. HEX triplet: 38, 46 and 4F. RGB value is (56,70,79). Sum of RGB (Red+Green+Blue) = 56+70+79=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #38464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38464F is #C7B9B0. Grayscale: #424242. Windows color (decimal): -13089201 or 5195320. OLE color: 5195320.

HSL color Cylindrical-coordinate representation of color #38464F: hue angle of 203.48º 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 #38464F is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB567079-
CMYK0.290.1100.69
HSL203.48º17.04%26.47%-
HSV(B)203.48º29.11%30.98%-
XYZ5.235.798.24-
YUV66.84134.86120.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=27.32%
G=34.15%
B=38.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5670790.290.1100.69203.4817.0426.47
Hex38464F1DB045cb111a
Octal70106117351301053132132
Binary1110001000110100111111101101101000101110010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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