#213246

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

Shades of Midnight #213246

Tints of Midnight #213246

Color information

#213246 (or 0x213246) is unknown color: approx Midnight. HEX triplet: 21, 32 and 46. RGB value is (33,50,70). Sum of RGB (Red+Green+Blue) = 33+50+70=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #213246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213246 is #DECDB9. Grayscale: #2F2F2F. Windows color (decimal): -14601658 or 4600353. OLE color: 4600353.

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

Color convert

RGB335070-
CMYK0.530.2900.73
HSL212.43º35.92%20.2%-
HSV(B)212.43º52.86%27.45%-
XYZ2.873.056.23-
YUV47.2140.87117.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 70 (27.73% from 255) = 45.75%
R=21.57%
G=32.68%
B=45.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3350700.530.2900.73212.4335.9220.2
Hex213246351D049d42414
Octal4162106653501113244424
Binary100001110010100011011010111101010010011101010010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213246; }

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

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

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

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

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

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

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

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