#213344

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

Shades of Midnight #213344

Tints of Midnight #213344

Color information

#213344 (or 0x213344) is unknown color: approx Midnight. HEX triplet: 21, 33 and 44. RGB value is (33,51,68). Sum of RGB (Red+Green+Blue) = 33+51+68=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #213344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213344 is #DECCBB. Grayscale: #2F2F2F. Windows color (decimal): -14601404 or 4469537. OLE color: 4469537.

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

Color convert

RGB335168-
CMYK0.510.2500.73
HSL209.14º34.65%19.8%-
HSV(B)209.14º51.47%26.67%-
XYZ2.853.115.92-
YUV47.56139.54117.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 68 (26.95% from 255) = 44.74%
R=21.71%
G=33.55%
B=44.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3351680.510.2500.73209.1434.6519.8
Hex2133443319049d12314
Octal4163104633101113214324
Binary100001110011100010011001111001010010011101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213344; }

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

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

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

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

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

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

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

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