Html Css Color HEX #323B42 Mirage

📋 copy color: '#323B42'

red 50 ◦ green 59 ◦ blue 66

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

Shades of Mirage #323B42

Tints of Mirage #323B42

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 value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#323B42 (or 0x323B42) is known color: 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

RGB 50 59 66 -
CMYK 0.24 0.11 0 0.74
HSL 206.25º 0.14% 0.23% -
HSV(B) 206.25º 0.24% 0.26% -
XYZ 3.86 4.2 5.76 -
YUV 57.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 50 59 66 0.24 0.11 0 0.74 206.25 0.14 0.23
Hex 32 3B 42 18 B 0 4A CE E 17
Octal 62 73 102 30 13 0 112 316 16 27
Binary 110010 111011 1000010 11000 1011 0 1001010 11001110 1110 10111

Color Harmonies of #323B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B42

Black with #323B42

Text Example


Text Example

White with #323B42

Text Example


Text Example

HTML Codes & Css Web 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>