Html Css Color HEX #323E48 Arsenic

📋 copy color: '#323E48'

red 50 ◦ green 62 ◦ blue 72

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

Shades of Arsenic #323E48

Tints of Arsenic #323E48

RGB

 RED value IS 50 (19.92% from 255) = 27.17%

 GREEN value IS 62 (24.61% from 255) = 33.7%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 27.17%
G = 33.7%
B = 39.13%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323E48 (or 0x323E48) is known color: Arsenic. HEX triplet: 32, 3E and 48. RGB value is (50,62,72). Sum of RGB (Red+Green+Blue) = 50+62+72=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #323E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E48 is #CDC1B7. Grayscale: #3B3B3B. Windows color (decimal): -13484472 or 4734514. OLE color: 4734514.

HSL color Cylindrical-coordinate representation of color #323E48: hue angle of 207.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323E48 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 62 72 -
CMYK 0.31 0.14 0 0.72
HSL 207.27º 0.18% 0.24% -
HSV(B) 207.27º 0.31% 0.28% -
XYZ 4.21 4.59 6.8 -
YUV 59.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 50 62 72 0.31 0.14 0 0.72 207.27 0.18 0.24
Hex 32 3E 48 1F E 0 48 CF 12 18
Octal 62 76 110 37 16 0 110 317 22 30
Binary 110010 111110 1001000 11111 1110 0 1001000 11001111 10010 11000

Color Harmonies of #323E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E48

Black with #323E48

Text Example


Text Example

White with #323E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323E48; }

 p { color: rgb(50,62,72); }

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

background-color css

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

 a { background-color: rgb(50,62,72); }

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

border-color css

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

 span { border-color: rgb(50,62,72); }

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