#212261

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

Shades of Midnight Blue #212261

Tints of Midnight Blue #212261

Color information

#212261 (or 0x212261) is unknown color: approx Midnight Blue. HEX triplet: 21, 22 and 61. RGB value is (33,34,97). Sum of RGB (Red+Green+Blue) = 33+34+97=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #212261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212261 is #DEDD9E. Grayscale: #282828. Windows color (decimal): -14605727 or 6365729. OLE color: 6365729.

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

Color convert

RGB333497-
CMYK0.660.6500.62
HSL239.06º49.23%25.49%-
HSV(B)239.06º65.98%38.04%-
XYZ3.362.3311.58-
YUV40.88159.67122.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=20.12%
G=20.73%
B=59.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3334970.660.6500.62239.0649.2325.49
Hex212261424103Eef3119
Octal41421411021010763576131
Binary10000110001011000011000010100000101111101110111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212261; }

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

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

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

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

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

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

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

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