Html Css Color HEX #202740 Midnight Express

📋 copy color: '#202740'

red 32 ◦ green 39 ◦ blue 64

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

Shades of Midnight Express #202740

Tints of Midnight Express #202740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

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

R = 23.7%
G = 28.89%
B = 47.41%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#202740 (or 0x202740) is known color: Midnight Express. HEX triplet: 20, 27 and 40. RGB value is (32,39,64). Sum of RGB (Red+Green+Blue) = 32+39+64=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #202740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202740 is #DFD8BF. Grayscale: #272727. Windows color (decimal): -14670016 or 4204320. OLE color: 4204320.

HSL color Cylindrical-coordinate representation of color #202740: hue angle of 226.88º 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 #202740 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 39 64 -
CMYK 0.50 0.39 0 0.75
HSL 226.88º 0.33% 0.19% -
HSV(B) 226.88º 0.5% 0.25% -
XYZ 2.25 2.13 5.14 -
YUV 39.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 32 39 64 0.50 0.39 0 0.75 226.88 0.33 0.19
Hex 20 27 40 32 27 0 4B E3 21 13
Octal 40 47 100 62 47 0 113 343 41 23
Binary 100000 100111 1000000 110010 100111 0 1001011 11100011 100001 10011

Color Harmonies of #202740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202740

Black with #202740

Text Example


Text Example

White with #202740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202740; }

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

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

background-color css

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

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

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

border-color css

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

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

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