#323F40

Color #323F40 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #323F40

Tints of Outer Space #323F40

Color information

#323F40 (or 0x323F40) is unknown color: approx Outer Space. HEX triplet: 32, 3F and 40. RGB value is (50,63,64). Sum of RGB (Red+Green+Blue) = 50+63+64=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #323F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F40 is #CDC0BF. Grayscale: #3B3B3B. Windows color (decimal): -13484224 or 4210482. OLE color: 4210482.

HSL color Cylindrical-coordinate representation of color #323F40: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323F40 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB506364-
CMYK0.220.0200.75
HSL184.29º12.28%22.35%-
HSV(B)184.29º21.88%25.1%-
XYZ4.024.65.53-
YUV59.23130.69121.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=28.25%
G=35.59%
B=36.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063640.220.0200.75184.2912.2822.35
Hex323F4016204Bb8c16
Octal627710026201132701426
Binary110010111111100000010110100100101110111000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #323F40;
 }
 .AnyTagClassName
 {
   color: #323F40;
 }
</style>
background-color css

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

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

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

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

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

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