Html Css Color HEX #212640 Midnight Express

📋 copy color: '#212640'

red 33 ◦ green 38 ◦ blue 64

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

Shades of Midnight Express #212640

Tints of Midnight Express #212640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

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

R = 24.44%
G = 28.15%
B = 47.41%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212640 (or 0x212640) is known color: Midnight Express. HEX triplet: 21, 26 and 40. RGB value is (33,38,64). Sum of RGB (Red+Green+Blue) = 33+38+64=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 38 (15.23% from 255 or 28.15% 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 #212640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212640 is #DED9BF. Grayscale: #272727. Windows color (decimal): -14604736 or 4204065. OLE color: 4204065.

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

Color convert

RGB 33 38 64 -
CMYK 0.48 0.41 0 0.75
HSL 230.32º 0.32% 0.19% -
HSV(B) 230.32º 0.48% 0.25% -
XYZ 2.25 2.08 5.13 -
YUV 39.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 33 38 64 0.48 0.41 0 0.75 230.32 0.32 0.19
Hex 21 26 40 30 29 0 4B E6 20 13
Octal 41 46 100 60 51 0 113 346 40 23
Binary 100001 100110 1000000 110000 101001 0 1001011 11100110 100000 10011

Color Harmonies of #212640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212640

Black with #212640

Text Example


Text Example

White with #212640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212640; }

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

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

background-color css

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

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

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

border-color css

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

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

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