#212461

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

Shades of Midnight Blue #212461

Tints of Midnight Blue #212461

Color information

#212461 (or 0x212461) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 61. RGB value is (33,36,97). Sum of RGB (Red+Green+Blue) = 33+36+97=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #212461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212461 is #DEDB9E. Grayscale: #292929. Windows color (decimal): -14605215 or 6366241. OLE color: 6366241.

HSL color Cylindrical-coordinate representation of color #212461: hue angle of 237.19º 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 #212461 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB333697-
CMYK0.660.6300.62
HSL237.19º49.23%25.49%-
HSV(B)237.19º65.98%38.04%-
XYZ3.422.4511.6-
YUV42.06159.01121.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=19.88%
G=21.69%
B=58.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3336970.660.6300.62237.1949.2325.49
Hex212461423F03Eed3119
Octal4144141102770763556131
Binary1000011001001100001100001011111101111101110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212461; }

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

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

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

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

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

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

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

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