#213146

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

Shades of Midnight #213146

Tints of Midnight #213146

Color information

#213146 (or 0x213146) is unknown color: approx Midnight. HEX triplet: 21, 31 and 46. RGB value is (33,49,70). Sum of RGB (Red+Green+Blue) = 33+49+70=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #213146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213146 is #DECEB9. Grayscale: #2E2E2E. Windows color (decimal): -14601914 or 4600097. OLE color: 4600097.

HSL color Cylindrical-coordinate representation of color #213146: hue angle of 214.05º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213146 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB334970-
CMYK0.530.3000.73
HSL214.05º35.92%20.2%-
HSV(B)214.05º52.86%27.45%-
XYZ2.832.966.22-
YUV46.61141.2118.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 70 (27.73% from 255) = 46.05%
R=21.71%
G=32.24%
B=46.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3349700.530.3000.73214.0535.9220.2
Hex213146351E049d62414
Octal4161106653601113264424
Binary100001110001100011011010111110010010011101011010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213146; }

 p { color: rgb(33,49,70); }

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

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

 a { background-color: rgb(33,49,70); }

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

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

 span { border-color: rgb(33,49,70); }

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