Html Css Color HEX #212438 Midnight Express

📋 copy color: '#212438'

red 33 ◦ green 36 ◦ blue 56

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

Shades of Midnight Express #212438

Tints of Midnight Express #212438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

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

R = 26.4%
G = 28.8%
B = 44.8%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212438 (or 0x212438) is known color: Midnight Express. HEX triplet: 21, 24 and 38. RGB value is (33,36,56). Sum of RGB (Red+Green+Blue) = 33+36+56=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #212438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212438 is #DEDBC7. Grayscale: #252525. Windows color (decimal): -14605256 or 3679265. OLE color: 3679265.

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

Color convert

RGB 33 36 56 -
CMYK 0.41 0.36 0 0.78
HSL 232.17º 0.26% 0.17% -
HSV(B) 232.17º 0.41% 0.22% -
XYZ 1.97 1.87 4 -
YUV 37.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 33 36 56 0.41 0.36 0 0.78 232.17 0.26 0.17
Hex 21 24 38 29 24 0 4E E8 1A 11
Octal 41 44 70 51 44 0 116 350 32 21
Binary 100001 100100 111000 101001 100100 0 1001110 11101000 11010 10001

Color Harmonies of #212438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212438

Black with #212438

Text Example


Text Example

White with #212438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212438; }

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

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

background-color css

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

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

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

border-color css

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

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

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