Html Css Color HEX #202340 Midnight Express

📋 copy color: '#202340'

red 32 ◦ green 35 ◦ blue 64

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

Shades of Midnight Express #202340

Tints of Midnight Express #202340

RGB

 RED value IS 32 (12.89% from 255) = 24.43%

 GREEN value IS 35 (14.06% from 255) = 26.72%

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

R = 24.43%
G = 26.72%
B = 48.85%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#202340 (or 0x202340) is known color: Midnight Express. HEX triplet: 20, 23 and 40. RGB value is (32,35,64). Sum of RGB (Red+Green+Blue) = 32+35+64=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #202340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202340 is #DFDCBF. Grayscale: #252525. Windows color (decimal): -14671040 or 4203296. OLE color: 4203296.

HSL color Cylindrical-coordinate representation of color #202340: hue angle of 234.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #202340 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 35 64 -
CMYK 0.50 0.45 0 0.75
HSL 234.38º 0.33% 0.19% -
HSV(B) 234.38º 0.5% 0.25% -
XYZ 2.12 1.88 5.1 -
YUV 37.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 32 35 64 0.50 0.45 0 0.75 234.38 0.33 0.19
Hex 20 23 40 32 2D 0 4B EA 21 13
Octal 40 43 100 62 55 0 113 352 41 23
Binary 100000 100011 1000000 110010 101101 0 1001011 11101010 100001 10011

Color Harmonies of #202340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202340

Black with #202340

Text Example


Text Example

White with #202340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202340; }

 p { color: rgb(32,35,64); }

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

background-color css

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

 a { background-color: rgb(32,35,64); }

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

border-color css

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

 span { border-color: rgb(32,35,64); }

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