Html Css Color HEX #384650 Arsenic

📋 copy color: '#384650'

red 56 ◦ green 70 ◦ blue 80

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

Shades of Arsenic #384650

Tints of Arsenic #384650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 27.18%
G = 33.98%
B = 38.83%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#384650 (or 0x384650) is known color: Arsenic. HEX triplet: 38, 46 and 50. RGB value is (56,70,80). Sum of RGB (Red+Green+Blue) = 56+70+80=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #384650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384650 is #C7B9AF. Grayscale: #424242. Windows color (decimal): -13089200 or 5260856. OLE color: 5260856.

HSL color Cylindrical-coordinate representation of color #384650: hue angle of 205º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384650 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 70 80 -
CMYK 0.30 0.12 0 0.69
HSL 205º 0.18% 0.27% -
HSV(B) 205º 0.3% 0.31% -
XYZ 5.27 5.8 8.43 -
YUV 66.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 56 70 80 0.30 0.12 0 0.69 205 0.18 0.27
Hex 38 46 50 1E C 0 45 CD 12 1B
Octal 70 106 120 36 14 0 105 315 22 33
Binary 111000 1000110 1010000 11110 1100 0 1000101 11001101 10010 11011

Color Harmonies of #384650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384650

Black with #384650

Text Example


Text Example

White with #384650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384650; }

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

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

background-color css

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

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

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

border-color css

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

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

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