Html Css Color HEX #212538 Midnight Express

📋 copy color: '#212538'

red 33 ◦ green 37 ◦ blue 56

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

Shades of Midnight Express #212538

Tints of Midnight Express #212538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 26.19%
G = 29.37%
B = 44.44%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212538 (or 0x212538) is known color: Midnight Express. HEX triplet: 21, 25 and 38. RGB value is (33,37,56). Sum of RGB (Red+Green+Blue) = 33+37+56=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #212538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212538 is #DEDAC7. Grayscale: #252525. Windows color (decimal): -14605000 or 3679521. OLE color: 3679521.

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

Color convert

RGB 33 37 56 -
CMYK 0.41 0.34 0 0.78
HSL 229.57º 0.26% 0.17% -
HSV(B) 229.57º 0.41% 0.22% -
XYZ 2 1.93 4.01 -
YUV 37.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 33 37 56 0.41 0.34 0 0.78 229.57 0.26 0.17
Hex 21 25 38 29 22 0 4E E6 1A 11
Octal 41 45 70 51 42 0 116 346 32 21
Binary 100001 100101 111000 101001 100010 0 1001110 11100110 11010 10001

Color Harmonies of #212538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212538

Black with #212538

Text Example


Text Example

White with #212538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212538; }

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

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

background-color css

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

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

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

border-color css

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

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

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