#212363

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

Shades of Midnight Blue #212363

Tints of Midnight Blue #212363

Color information

#212363 (or 0x212363) is unknown color: approx Midnight Blue. HEX triplet: 21, 23 and 63. RGB value is (33,35,99). Sum of RGB (Red+Green+Blue) = 33+35+99=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #212363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212363 is #DEDC9C. Grayscale: #292929. Windows color (decimal): -14605469 or 6497057. OLE color: 6497057.

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

Color convert

RGB333599-
CMYK0.670.6500.61
HSL238.18º50%25.88%-
HSV(B)238.18º66.67%38.82%-
XYZ3.482.4312.09-
YUV41.7160.34121.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=19.76%
G=20.96%
B=59.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3335990.670.6500.61238.185025.88
Hex212363434103Dee321a
Octal41431431031010753566232
Binary10000110001111000111000011100000101111011110111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212363; }

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

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

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

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

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

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

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

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