#212F44

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

Shades of Midnight #212F44

Tints of Midnight #212F44

Color information

#212F44 (or 0x212F44) is unknown color: approx Midnight. HEX triplet: 21, 2F and 44. RGB value is (33,47,68). Sum of RGB (Red+Green+Blue) = 33+47+68=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #212F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F44 is #DED0BB. Grayscale: #2D2D2D. Windows color (decimal): -14602428 or 4468513. OLE color: 4468513.

HSL color Cylindrical-coordinate representation of color #212F44: hue angle of 216º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212F44 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB334768-
CMYK0.510.3100.73
HSL216º34.65%19.8%-
HSV(B)216º51.47%26.67%-
XYZ2.692.775.86-
YUV45.21140.86119.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=22.30%
G=31.76%
B=45.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3347680.510.3100.7321634.6519.8
Hex212F44331F049d82314
Octal4157104633701113304324
Binary100001101111100010011001111111010010011101100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,47,68); }

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

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

 a { background-color: rgb(33,47,68); }

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

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

 span { border-color: rgb(33,47,68); }

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