#212238

Color #212238 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #212238

Tints of Midnight Express #212238

Color information

#212238 (or 0x212238) is unknown color: approx 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

RGB333456-
CMYK0.410.3900.78
HSL237.39º25.84%17.45%-
HSV(B)237.39º41.07%21.96%-
XYZ1.911.753.98-
YUV36.21139.17125.71-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3334560.410.3900.78237.3925.8417.45
Hex212238292704Eed1a11
Octal414270514701163553221
Binary10000110001011100010100110011101001110111011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>