Html Css Color HEX #323B40 Mirage

📋 copy color: '#323B40'

red 50 ◦ green 59 ◦ blue 64

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

Shades of Mirage #323B40

Tints of Mirage #323B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 28.9%
G = 34.1%
B = 36.99%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323B40 (or 0x323B40) is known color: Mirage. HEX triplet: 32, 3B and 40. RGB value is (50,59,64). Sum of RGB (Red+Green+Blue) = 50+59+64=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #323B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B40 is #CDC4BF. Grayscale: #383838. Windows color (decimal): -13485248 or 4209458. OLE color: 4209458.

HSL color Cylindrical-coordinate representation of color #323B40: hue angle of 201.43º 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 #323B40 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 59 64 -
CMYK 0.22 0.08 0 0.75
HSL 201.43º 0.12% 0.22% -
HSV(B) 201.43º 0.22% 0.25% -
XYZ 3.8 4.18 5.46 -
YUV 56.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 50 59 64 0.22 0.08 0 0.75 201.43 0.12 0.22
Hex 32 3B 40 16 8 0 4B C9 C 16
Octal 62 73 100 26 10 0 113 311 14 26
Binary 110010 111011 1000000 10110 1000 0 1001011 11001001 1100 10110

Color Harmonies of #323B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B40

Black with #323B40

Text Example


Text Example

White with #323B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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