#323D44

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

Shades of Mirage #323D44

Tints of Mirage #323D44

Color information

#323D44 (or 0x323D44) is unknown color: approx Mirage. HEX triplet: 32, 3D and 44. RGB value is (50,61,68). Sum of RGB (Red+Green+Blue) = 50+61+68=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #323D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D44 is #CDC2BB. Grayscale: #3A3A3A. Windows color (decimal): -13484732 or 4472114. OLE color: 4472114.

HSL color Cylindrical-coordinate representation of color #323D44: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323D44 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506168-
CMYK0.260.1000.73
HSL203.33º15.25%23.14%-
HSV(B)203.33º26.47%26.67%-
XYZ4.034.436.11-
YUV58.51133.36121.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=27.93%
G=34.08%
B=37.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5061680.260.1000.73203.3315.2523.14
Hex323D441AA049cbf17
Octal6275104321201113131727
Binary11001011110110001001101010100100100111001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,61,68); }

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

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

 a { background-color: rgb(50,61,68); }

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

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

 span { border-color: rgb(50,61,68); }

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