#212662

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

Shades of Midnight Blue #212662

Tints of Midnight Blue #212662

Color information

#212662 (or 0x212662) is unknown color: approx Midnight Blue. HEX triplet: 21, 26 and 62. RGB value is (33,38,98). Sum of RGB (Red+Green+Blue) = 33+38+98=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #212662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212662 is #DED99D. Grayscale: #2B2B2B. Windows color (decimal): -14604702 or 6432289. OLE color: 6432289.

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

Color convert

RGB333898-
CMYK0.660.6100.62
HSL235.38º49.62%25.69%-
HSV(B)235.38º66.33%38.43%-
XYZ3.522.5911.87-
YUV43.34158.84120.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=19.53%
G=22.49%
B=57.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3338980.660.6100.62235.3849.6225.69
Hex212662423D03Eeb321a
Octal4146142102750763536232
Binary1000011001101100010100001011110101111101110101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212662; }

 p { color: rgb(33,38,98); }

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

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

 a { background-color: rgb(33,38,98); }

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

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

 span { border-color: rgb(33,38,98); }

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