#212C40

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

Shades of Midnight #212C40

Tints of Midnight #212C40

Color information

#212C40 (or 0x212C40) is unknown color: approx Midnight. HEX triplet: 21, 2C and 40. RGB value is (33,44,64). Sum of RGB (Red+Green+Blue) = 33+44+64=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #212C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C40 is #DED3BF. Grayscale: #2A2A2A. Windows color (decimal): -14603200 or 4205601. OLE color: 4205601.

HSL color Cylindrical-coordinate representation of color #212C40: hue angle of 218.71º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #212C40 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB334464-
CMYK0.480.3100.75
HSL218.71º31.96%19.02%-
HSV(B)218.71º48.44%25.1%-
XYZ2.452.495.2-
YUV42.99139.86120.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=23.40%
G=31.21%
B=45.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3344640.480.3100.75218.7131.9619.02
Hex212C40301F04Bdb2013
Octal4154100603701133334023
Binary100001101100100000011000011111010010111101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,64); }

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

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

 a { background-color: rgb(33,44,64); }

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

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

 span { border-color: rgb(33,44,64); }

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