Html Css Color HEX #212947 Midnight Express

📋 copy color: '#212947'

red 33 ◦ green 41 ◦ blue 71

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

Shades of Midnight Express #212947

Tints of Midnight Express #212947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.97%

R = 22.76%
G = 28.28%
B = 48.97%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#212947 (or 0x212947) is known color: Midnight Express. HEX triplet: 21, 29 and 47. RGB value is (33,41,71). Sum of RGB (Red+Green+Blue) = 33+41+71=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #212947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212947 is #DED6B8. Grayscale: #292929. Windows color (decimal): -14603961 or 4663585. OLE color: 4663585.

HSL color Cylindrical-coordinate representation of color #212947: hue angle of 227.37º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212947 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 41 71 -
CMYK 0.54 0.42 0 0.72
HSL 227.37º 0.37% 0.2% -
HSV(B) 227.37º 0.54% 0.28% -
XYZ 2.56 2.36 6.28 -
YUV 42.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 33 41 71 0.54 0.42 0 0.72 227.37 0.37 0.2
Hex 21 29 47 36 2A 0 48 E3 25 14
Octal 41 51 107 66 52 0 110 343 45 24
Binary 100001 101001 1000111 110110 101010 0 1001000 11100011 100101 10100

Color Harmonies of #212947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212947

Black with #212947

Text Example


Text Example

White with #212947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212947; }

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

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

background-color css

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

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

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

border-color css

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

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

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