Html Css Color HEX #212A40 Midnight Express

📋 copy color: '#212A40'

red 33 ◦ green 42 ◦ blue 64

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

Shades of Midnight Express #212A40

Tints of Midnight Express #212A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

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

R = 23.74%
G = 30.22%
B = 46.04%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212A40 (or 0x212A40) is known color: Midnight Express. HEX triplet: 21, 2A and 40. RGB value is (33,42,64). Sum of RGB (Red+Green+Blue) = 33+42+64=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #212A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A40 is #DED5BF. Grayscale: #292929. Windows color (decimal): -14603712 or 4205089. OLE color: 4205089.

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

Color convert

RGB 33 42 64 -
CMYK 0.48 0.34 0 0.75
HSL 222.58º 0.32% 0.19% -
HSV(B) 222.58º 0.48% 0.25% -
XYZ 2.38 2.35 5.18 -
YUV 41.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 33 42 64 0.48 0.34 0 0.75 222.58 0.32 0.19
Hex 21 2A 40 30 22 0 4B DF 20 13
Octal 41 52 100 60 42 0 113 337 40 23
Binary 100001 101010 1000000 110000 100010 0 1001011 11011111 100000 10011

Color Harmonies of #212A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212A40

Black with #212A40

Text Example


Text Example

White with #212A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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