#384652

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

Shades of Arsenic #384652

Tints of Arsenic #384652

Color information

#384652 (or 0x384652) is unknown color: approx Arsenic. HEX triplet: 38, 46 and 52. RGB value is (56,70,82). Sum of RGB (Red+Green+Blue) = 56+70+82=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 82 - color contains mainly: blue. Hex color #384652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384652 is #C7B9AD. Grayscale: #434343. Windows color (decimal): -13089198 or 5391928. OLE color: 5391928.

HSL color Cylindrical-coordinate representation of color #384652: hue angle of 207.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384652 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB567082-
CMYK0.320.1500.68
HSL207.69º18.84%27.06%-
HSV(B)207.69º31.71%32.16%-
XYZ5.345.838.83-
YUV67.18136.36120.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=26.92%
G=33.65%
B=39.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5670820.320.1500.68207.6918.8427.06
Hex38465220F044d0131b
Octal70106122401701043202333
Binary11100010001101010010100000111101000100110100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384652; }

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

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

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

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

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

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

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

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