#212438

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

Shades of Midnight Express #212438

Tints of Midnight Express #212438

Color information

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

RGB333656-
CMYK0.410.3600.78
HSL232.17º25.84%17.45%-
HSV(B)232.17º41.07%21.96%-
XYZ1.971.874-
YUV37.38138.51124.87-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3336560.410.3600.78232.1725.8417.45
Hex212438292404Ee81a11
Octal414470514401163503221
Binary10000110010011100010100110010001001110111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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