#213046

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

Shades of Midnight #213046

Tints of Midnight #213046

Color information

#213046 (or 0x213046) is unknown color: approx Midnight. HEX triplet: 21, 30 and 46. RGB value is (33,48,70). Sum of RGB (Red+Green+Blue) = 33+48+70=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #213046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213046 is #DECFB9. Grayscale: #2D2D2D. Windows color (decimal): -14602170 or 4599841. OLE color: 4599841.

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

Color convert

RGB334870-
CMYK0.530.3100.73
HSL215.68º35.92%20.2%-
HSV(B)215.68º52.86%27.45%-
XYZ2.792.886.2-
YUV46.02141.53118.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=21.85%
G=31.79%
B=46.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3348700.530.3100.73215.6835.9220.2
Hex213046351F049d82414
Octal4160106653701113304424
Binary100001110000100011011010111111010010011101100010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213046; }

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

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

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

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

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

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

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

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