#212365

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

Shades of Midnight Blue #212365

Tints of Midnight Blue #212365

Color information

#212365 (or 0x212365) is unknown color: approx Midnight Blue. HEX triplet: 21, 23 and 65. RGB value is (33,35,101). Sum of RGB (Red+Green+Blue) = 33+35+101=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #212365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212365 is #DEDC9A. Grayscale: #292929. Windows color (decimal): -14605467 or 6628129. OLE color: 6628129.

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

Color convert

RGB3335101-
CMYK0.670.6500.60
HSL238.24º50.75%26.27%-
HSV(B)238.24º67.33%39.61%-
XYZ3.582.4612.6-
YUV41.93161.34121.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 101 (39.84% from 255) = 59.76%
R=19.53%
G=20.71%
B=59.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33351010.670.6500.60238.2450.7526.27
Hex212365434103Cee331a
Octal41431451031010743566332
Binary10000110001111001011000011100000101111001110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212365; }

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

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

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

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

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

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

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

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