Html Css Color HEX #384754 Arsenic

📋 copy color: '#384754'

red 56 ◦ green 71 ◦ blue 84

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

Shades of Arsenic #384754

Tints of Arsenic #384754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 26.54%
G = 33.65%
B = 39.81%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384754 (or 0x384754) is known color: Arsenic. HEX triplet: 38, 47 and 54. RGB value is (56,71,84). Sum of RGB (Red+Green+Blue) = 56+71+84=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #384754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384754 is #C7B8AB. Grayscale: #434343. Windows color (decimal): -13088940 or 5523256. OLE color: 5523256.

HSL color Cylindrical-coordinate representation of color #384754: hue angle of 207.86º degrees, saturation: 0.2, 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 #384754 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 71 84 -
CMYK 0.33 0.15 0 0.67
HSL 207.86º 0.2% 0.27% -
HSV(B) 207.86º 0.33% 0.33% -
XYZ 5.48 5.99 9.25 -
YUV 68 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 56 71 84 0.33 0.15 0 0.67 207.86 0.2 0.27
Hex 38 47 54 21 F 0 43 D0 14 1B
Octal 70 107 124 41 17 0 103 320 24 33
Binary 111000 1000111 1010100 100001 1111 0 1000011 11010000 10100 11011

Color Harmonies of #384754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384754

Black with #384754

Text Example


Text Example

White with #384754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384754; }

 p { color: rgb(56,71,84); }

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

background-color css

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

 a { background-color: rgb(56,71,84); }

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

border-color css

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

 span { border-color: rgb(56,71,84); }

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