Html Css Color HEX #323F4B Arsenic

📋 copy color: '#323F4B'

red 50 ◦ green 63 ◦ blue 75

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

Shades of Arsenic #323F4B

Tints of Arsenic #323F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 33.51%

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 26.6%
G = 33.51%
B = 39.89%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323F4B (or 0x323F4B) is known color: Arsenic. HEX triplet: 32, 3F and 4B. RGB value is (50,63,75). Sum of RGB (Red+Green+Blue) = 50+63+75=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #323F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F4B is #CDC0B4. Grayscale: #3C3C3C. Windows color (decimal): -13484213 or 4931378. OLE color: 4931378.

HSL color Cylindrical-coordinate representation of color #323F4B: hue angle of 208.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323F4B is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 63 75 -
CMYK 0.33 0.16 0 0.71
HSL 208.8º 0.2% 0.25% -
HSV(B) 208.8º 0.33% 0.29% -
XYZ 4.36 4.74 7.34 -
YUV 60.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 50 63 75 0.33 0.16 0 0.71 208.8 0.2 0.25
Hex 32 3F 4B 21 10 0 47 D1 14 19
Octal 62 77 113 41 20 0 107 321 24 31
Binary 110010 111111 1001011 100001 10000 0 1000111 11010001 10100 11001

Color Harmonies of #323F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F4B

Black with #323F4B

Text Example


Text Example

White with #323F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,63,75); }

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

background-color css

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

 a { background-color: rgb(50,63,75); }

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

border-color css

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

 span { border-color: rgb(50,63,75); }

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