#213244

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

Shades of Midnight #213244

Tints of Midnight #213244

Color information

#213244 (or 0x213244) is unknown color: approx Midnight. HEX triplet: 21, 32 and 44. RGB value is (33,50,68). Sum of RGB (Red+Green+Blue) = 33+50+68=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #213244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213244 is #DECDBB. Grayscale: #2E2E2E. Windows color (decimal): -14601660 or 4469281. OLE color: 4469281.

HSL color Cylindrical-coordinate representation of color #213244: hue angle of 210.86º 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 #213244 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB335068-
CMYK0.510.2600.73
HSL210.86º34.65%19.8%-
HSV(B)210.86º51.47%26.67%-
XYZ2.813.025.9-
YUV46.97139.87118.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 68 (26.95% from 255) = 45.03%
R=21.85%
G=33.11%
B=45.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3350680.510.2600.73210.8634.6519.8
Hex213244331A049d32314
Octal4162104633201113234324
Binary100001110010100010011001111010010010011101001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213244; }

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

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

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

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

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

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

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

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