#212361

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

Shades of Midnight Blue #212361

Tints of Midnight Blue #212361

Color information

#212361 (or 0x212361) is unknown color: approx Midnight Blue. HEX triplet: 21, 23 and 61. RGB value is (33,35,97). Sum of RGB (Red+Green+Blue) = 33+35+97=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #212361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212361 is #DEDC9E. Grayscale: #292929. Windows color (decimal): -14605471 or 6365985. OLE color: 6365985.

HSL color Cylindrical-coordinate representation of color #212361: hue angle of 238.12º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212361 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB333597-
CMYK0.660.6400.62
HSL238.12º49.23%25.49%-
HSV(B)238.12º65.98%38.04%-
XYZ3.392.3911.59-
YUV41.47159.34121.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=20%
G=21.21%
B=58.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3335970.660.6400.62238.1249.2325.49
Hex212361424003Eee3119
Octal41431411021000763566131
Binary10000110001111000011000010100000001111101110111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212361; }

 p { color: rgb(33,35,97); }

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

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

 a { background-color: rgb(33,35,97); }

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

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

 span { border-color: rgb(33,35,97); }

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