#213248

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

Shades of Midnight #213248

Tints of Midnight #213248

Color information

#213248 (or 0x213248) is unknown color: approx Midnight. HEX triplet: 21, 32 and 48. RGB value is (33,50,72). Sum of RGB (Red+Green+Blue) = 33+50+72=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #213248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213248 is #DECDB7. Grayscale: #2F2F2F. Windows color (decimal): -14601656 or 4731425. OLE color: 4731425.

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

Color convert

RGB335072-
CMYK0.540.3100.72
HSL213.85º37.14%20.59%-
HSV(B)213.85º54.17%28.24%-
XYZ2.943.076.57-
YUV47.42141.87117.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=21.29%
G=32.26%
B=46.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3350720.540.3100.72213.8537.1420.59
Hex213248361F048d62515
Octal4162110663701103264525
Binary100001110010100100011011011111010010001101011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213248; }

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

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

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

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

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

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

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

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