#213347

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

Shades of Midnight #213347

Tints of Midnight #213347

Color information

#213347 (or 0x213347) is unknown color: approx Midnight. HEX triplet: 21, 33 and 47. RGB value is (33,51,71). Sum of RGB (Red+Green+Blue) = 33+51+71=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #213347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213347 is #DECCB8. Grayscale: #2F2F2F. Windows color (decimal): -14601401 or 4666145. OLE color: 4666145.

HSL color Cylindrical-coordinate representation of color #213347: hue angle of 211.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213347 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB335171-
CMYK0.540.2800.72
HSL211.58º36.54%20.39%-
HSV(B)211.58º53.52%27.84%-
XYZ2.953.156.41-
YUV47.9141.04117.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=21.29%
G=32.90%
B=45.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3351710.540.2800.72211.5836.5420.39
Hex213347361C048d42514
Octal4163107663401103244524
Binary100001110011100011111011011100010010001101010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213347; }

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

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

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

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

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

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

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

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