Html Css Color HEX #384551 Arsenic

📋 copy color: '#384551'

red 56 ◦ green 69 ◦ blue 81

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

Shades of Arsenic #384551

Tints of Arsenic #384551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.32%

R = 27.18%
G = 33.5%
B = 39.32%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#384551 (or 0x384551) is known color: Arsenic. HEX triplet: 38, 45 and 51. RGB value is (56,69,81). Sum of RGB (Red+Green+Blue) = 56+69+81=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #384551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384551 is #C7BAAE. Grayscale: #424242. Windows color (decimal): -13089455 or 5326136. OLE color: 5326136.

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

Color convert

RGB 56 69 81 -
CMYK 0.31 0.15 0 0.68
HSL 208.8º 0.18% 0.27% -
HSV(B) 208.8º 0.31% 0.32% -
XYZ 5.24 5.69 8.61 -
YUV 66.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 56 69 81 0.31 0.15 0 0.68 208.8 0.18 0.27
Hex 38 45 51 1F F 0 44 D1 12 1B
Octal 70 105 121 37 17 0 104 321 22 33
Binary 111000 1000101 1010001 11111 1111 0 1000100 11010001 10010 11011

Color Harmonies of #384551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384551

Black with #384551

Text Example


Text Example

White with #384551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384551; }

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

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

background-color css

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

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

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

border-color css

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

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

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