Html Css Color HEX #212638 Midnight Express

📋 copy color: '#212638'

red 33 ◦ green 38 ◦ blue 56

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

Shades of Midnight Express #212638

Tints of Midnight Express #212638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 25.98%
G = 29.92%
B = 44.09%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212638 (or 0x212638) is known color: Midnight Express. HEX triplet: 21, 26 and 38. RGB value is (33,38,56). Sum of RGB (Red+Green+Blue) = 33+38+56=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #212638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212638 is #DED9C7. Grayscale: #262626. Windows color (decimal): -14604744 or 3679777. OLE color: 3679777.

HSL color Cylindrical-coordinate representation of color #212638: hue angle of 226.96º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #212638 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 38 56 -
CMYK 0.41 0.32 0 0.78
HSL 226.96º 0.26% 0.17% -
HSV(B) 226.96º 0.41% 0.22% -
XYZ 2.03 2 4.02 -
YUV 38.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 33 38 56 0.41 0.32 0 0.78 226.96 0.26 0.17
Hex 21 26 38 29 20 0 4E E3 1A 11
Octal 41 46 70 51 40 0 116 343 32 21
Binary 100001 100110 111000 101001 100000 0 1001110 11100011 11010 10001

Color Harmonies of #212638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212638

Black with #212638

Text Example


Text Example

White with #212638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212638; }

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

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

background-color css

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

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

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

border-color css

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

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

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