Html Css Color HEX #212238 Midnight Express

📋 copy color: '#212238'

red 33 ◦ green 34 ◦ blue 56

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

Shades of Midnight Express #212238

Tints of Midnight Express #212238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

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

R = 26.83%
G = 27.64%
B = 45.53%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212238 (or 0x212238) is known color: Midnight Express. HEX triplet: 21, 22 and 38. RGB value is (33,34,56). Sum of RGB (Red+Green+Blue) = 33+34+56=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #212238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212238 is #DEDDC7. Grayscale: #242424. Windows color (decimal): -14605768 or 3678753. OLE color: 3678753.

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

Color convert

RGB 33 34 56 -
CMYK 0.41 0.39 0 0.78
HSL 237.39º 0.26% 0.17% -
HSV(B) 237.39º 0.41% 0.22% -
XYZ 1.91 1.75 3.98 -
YUV 36.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 33 34 56 0.41 0.39 0 0.78 237.39 0.26 0.17
Hex 21 22 38 29 27 0 4E ED 1A 11
Octal 41 42 70 51 47 0 116 355 32 21
Binary 100001 100010 111000 101001 100111 0 1001110 11101101 11010 10001

Color Harmonies of #212238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212238

Black with #212238

Text Example


Text Example

White with #212238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212238; }

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

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

background-color css

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

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

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

border-color css

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

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

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