Html Css Color HEX #384652 Arsenic

📋 copy color: '#384652'

red 56 ◦ green 70 ◦ blue 82

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

Shades of Arsenic #384652

Tints of Arsenic #384652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.42%

R = 26.92%
G = 33.65%
B = 39.42%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#384652 (or 0x384652) is known color: Arsenic. HEX triplet: 38, 46 and 52. RGB value is (56,70,82). Sum of RGB (Red+Green+Blue) = 56+70+82=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 82 - color contains mainly: blue. Hex color #384652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384652 is #C7B9AD. Grayscale: #434343. Windows color (decimal): -13089198 or 5391928. OLE color: 5391928.

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

Color convert

RGB 56 70 82 -
CMYK 0.32 0.15 0 0.68
HSL 207.69º 0.19% 0.27% -
HSV(B) 207.69º 0.32% 0.32% -
XYZ 5.34 5.83 8.83 -
YUV 67.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 56 70 82 0.32 0.15 0 0.68 207.69 0.19 0.27
Hex 38 46 52 20 F 0 44 D0 13 1B
Octal 70 106 122 40 17 0 104 320 23 33
Binary 111000 1000110 1010010 100000 1111 0 1000100 11010000 10011 11011

Color Harmonies of #384652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384652

Black with #384652

Text Example


Text Example

White with #384652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384652; }

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

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

background-color css

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

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

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

border-color css

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

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

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