#323B42

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

Shades of Mirage #323B42

Tints of Mirage #323B42

Color information

#323B42 (or 0x323B42) is unknown color: approx Mirage. HEX triplet: 32, 3B and 42. RGB value is (50,59,66). Sum of RGB (Red+Green+Blue) = 50+59+66=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 66 - color contains mainly: blue. Hex color #323B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B42 is #CDC4BD. Grayscale: #393939. Windows color (decimal): -13485246 or 4340530. OLE color: 4340530.

HSL color Cylindrical-coordinate representation of color #323B42: hue angle of 206.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323B42 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB505966-
CMYK0.240.1100.74
HSL206.25º13.79%22.75%-
HSV(B)206.25º24.24%25.88%-
XYZ3.864.25.76-
YUV57.11133.02122.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=28.57%
G=33.71%
B=37.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5059660.240.1100.74206.2513.7922.75
Hex323B4218B04Acee17
Octal6273102301301123161627
Binary11001011101110000101100010110100101011001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,66); }

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

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

 a { background-color: rgb(50,59,66); }

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

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

 span { border-color: rgb(50,59,66); }

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