Html Css Color HEX #20293E Midnight Express

📋 copy color: '#20293E'

red 32 ◦ green 41 ◦ blue 62

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

Shades of Midnight Express #20293E

Tints of Midnight Express #20293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 23.7%
G = 30.37%
B = 45.93%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20293E (or 0x20293E) is known color: Midnight Express. HEX triplet: 20, 29 and 3E. RGB value is (32,41,62). Sum of RGB (Red+Green+Blue) = 32+41+62=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #20293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20293E is #DFD6C1. Grayscale: #282828. Windows color (decimal): -14669506 or 4073760. OLE color: 4073760.

HSL color Cylindrical-coordinate representation of color #20293E: hue angle of 222º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20293E is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 41 62 -
CMYK 0.48 0.34 0 0.76
HSL 222º 0.32% 0.18% -
HSV(B) 222º 0.48% 0.24% -
XYZ 2.26 2.24 4.87 -
YUV 40.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 32 41 62 0.48 0.34 0 0.76 222 0.32 0.18
Hex 20 29 3E 30 22 0 4C DE 20 12
Octal 40 51 76 60 42 0 114 336 40 22
Binary 100000 101001 111110 110000 100010 0 1001100 11011110 100000 10010

Color Harmonies of #20293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20293E

Black with #20293E

Text Example


Text Example

White with #20293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20293E; }

 p { color: rgb(32,41,62); }

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

background-color css

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

 a { background-color: rgb(32,41,62); }

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

border-color css

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

 span { border-color: rgb(32,41,62); }

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