Html Css Color HEX #384550 Arsenic

📋 copy color: '#384550'

red 56 ◦ green 69 ◦ blue 80

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

Shades of Arsenic #384550

Tints of Arsenic #384550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

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

R = 27.32%
G = 33.66%
B = 39.02%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#384550 (or 0x384550) is known color: Arsenic. HEX triplet: 38, 45 and 50. RGB value is (56,69,80). Sum of RGB (Red+Green+Blue) = 56+69+80=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #384550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384550 is #C7BAAF. Grayscale: #424242. Windows color (decimal): -13089456 or 5260600. OLE color: 5260600.

HSL color Cylindrical-coordinate representation of color #384550: hue angle of 207.5º 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 #384550 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 69 80 -
CMYK 0.30 0.14 0 0.69
HSL 207.5º 0.18% 0.27% -
HSV(B) 207.5º 0.3% 0.31% -
XYZ 5.21 5.68 8.41 -
YUV 66.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 56 69 80 0.30 0.14 0 0.69 207.5 0.18 0.27
Hex 38 45 50 1E E 0 45 D0 12 1B
Octal 70 105 120 36 16 0 105 320 22 33
Binary 111000 1000101 1010000 11110 1110 0 1000101 11010000 10010 11011

Color Harmonies of #384550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384550

Black with #384550

Text Example


Text Example

White with #384550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384550; }

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

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

background-color css

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

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

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

border-color css

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

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

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