Html Css Color HEX #384450 Arsenic

📋 copy color: '#384450'

red 56 ◦ green 68 ◦ blue 80

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

Shades of Arsenic #384450

Tints of Arsenic #384450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

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

R = 27.45%
G = 33.33%
B = 39.22%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#384450 (or 0x384450) is known color: Arsenic. HEX triplet: 38, 44 and 50. RGB value is (56,68,80). Sum of RGB (Red+Green+Blue) = 56+68+80=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #384450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384450 is #C7BBAF. Grayscale: #414141. Windows color (decimal): -13089712 or 5260344. OLE color: 5260344.

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

Color convert

RGB 56 68 80 -
CMYK 0.30 0.15 0 0.69
HSL 210º 0.18% 0.27% -
HSV(B) 210º 0.3% 0.31% -
XYZ 5.15 5.55 8.39 -
YUV 65.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 56 68 80 0.30 0.15 0 0.69 210 0.18 0.27
Hex 38 44 50 1E F 0 45 D2 12 1B
Octal 70 104 120 36 17 0 105 322 22 33
Binary 111000 1000100 1010000 11110 1111 0 1000101 11010010 10010 11011

Color Harmonies of #384450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384450

Black with #384450

Text Example


Text Example

White with #384450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384450; }

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

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

background-color css

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

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

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

border-color css

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

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

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