Html Css Color HEX #212940 Midnight Express

📋 copy color: '#212940'

red 33 ◦ green 41 ◦ blue 64

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

Shades of Midnight Express #212940

Tints of Midnight Express #212940

RGB

 RED value IS 33 (13.28% from 255) = 23.91%

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

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

R = 23.91%
G = 29.71%
B = 46.38%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212940 (or 0x212940) is known color: Midnight Express. HEX triplet: 21, 29 and 40. RGB value is (33,41,64). Sum of RGB (Red+Green+Blue) = 33+41+64=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #212940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212940 is #DED6BF. Grayscale: #292929. Windows color (decimal): -14603968 or 4204833. OLE color: 4204833.

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

Color convert

RGB 33 41 64 -
CMYK 0.48 0.36 0 0.75
HSL 224.52º 0.32% 0.19% -
HSV(B) 224.52º 0.48% 0.25% -
XYZ 2.35 2.28 5.17 -
YUV 41.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 33 41 64 0.48 0.36 0 0.75 224.52 0.32 0.19
Hex 21 29 40 30 24 0 4B E1 20 13
Octal 41 51 100 60 44 0 113 341 40 23
Binary 100001 101001 1000000 110000 100100 0 1001011 11100001 100000 10011

Color Harmonies of #212940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212940

Black with #212940

Text Example


Text Example

White with #212940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212940; }

 p { color: rgb(33,41,64); }

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

background-color css

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

 a { background-color: rgb(33,41,64); }

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

border-color css

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

 span { border-color: rgb(33,41,64); }

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