#384653

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

Shades of Arsenic #384653

Tints of Arsenic #384653

Color information

#384653 (or 0x384653) is unknown color: approx Arsenic. HEX triplet: 38, 46 and 53. RGB value is (56,70,83). Sum of RGB (Red+Green+Blue) = 56+70+83=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #384653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384653 is #C7B9AC. Grayscale: #434343. Windows color (decimal): -13089197 or 5457464. OLE color: 5457464.

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

Color convert

RGB567083-
CMYK0.330.1600.67
HSL208.89º19.42%27.25%-
HSV(B)208.89º32.53%32.55%-
XYZ5.385.859.03-
YUV67.3136.86119.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=26.79%
G=33.49%
B=39.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5670830.330.1600.67208.8919.4227.25
Hex3846532110043d1131b
Octal70106123412001033212333
Binary111000100011010100111000011000001000011110100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384653; }

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

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

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

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

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

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

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

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