Html Css Color HEX #202541 Midnight Express

📋 copy color: '#202541'

red 32 ◦ green 37 ◦ blue 65

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

Shades of Midnight Express #202541

Tints of Midnight Express #202541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.61%

 BLUE value IS 65 (25.78% from 255) = 48.51%

R = 23.88%
G = 27.61%
B = 48.51%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#202541 (or 0x202541) is known color: Midnight Express. HEX triplet: 20, 25 and 41. RGB value is (32,37,65). Sum of RGB (Red+Green+Blue) = 32+37+65=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #202541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202541 is #DFDABE. Grayscale: #262626. Windows color (decimal): -14670527 or 4269344. OLE color: 4269344.

HSL color Cylindrical-coordinate representation of color #202541: hue angle of 230.91º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202541 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 37 65 -
CMYK 0.51 0.43 0 0.75
HSL 230.91º 0.34% 0.19% -
HSV(B) 230.91º 0.51% 0.25% -
XYZ 2.21 2.01 5.27 -
YUV 38.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 32 37 65 0.51 0.43 0 0.75 230.91 0.34 0.19
Hex 20 25 41 33 2B 0 4B E7 22 13
Octal 40 45 101 63 53 0 113 347 42 23
Binary 100000 100101 1000001 110011 101011 0 1001011 11100111 100010 10011

Color Harmonies of #202541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202541

Black with #202541

Text Example


Text Example

White with #202541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202541; }

 p { color: rgb(32,37,65); }

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

background-color css

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

 a { background-color: rgb(32,37,65); }

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

border-color css

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

 span { border-color: rgb(32,37,65); }

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