#212A38

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

Shades of Midnight #212A38

Tints of Midnight #212A38

Color information

#212A38 (or 0x212A38) is unknown color: approx Midnight. HEX triplet: 21, 2A and 38. RGB value is (33,42,56). Sum of RGB (Red+Green+Blue) = 33+42+56=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #212A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A38 is #DED5C7. Grayscale: #282828. Windows color (decimal): -14603720 or 3680801. OLE color: 3680801.

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

Color convert

RGB334256-
CMYK0.410.2500.78
HSL216.52º25.84%17.45%-
HSV(B)216.52º41.07%21.96%-
XYZ2.172.264.06-
YUV40.9136.52122.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=25.19%
G=32.06%
B=42.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3342560.410.2500.78216.5225.8417.45
Hex212A38291904Ed91a11
Octal415270513101163313221
Binary1000011010101110001010011100101001110110110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212A38; }

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

 H1.HeaderClassName
 {
   color: #212A38;
 }
 .AnyTagClassName
 {
   color: #212A38;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #212A38;
 }
 .BgClassName
 {
   background-color: #212A38;
 }
</style>
border-color css

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

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

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