#212374

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

Shades of Midnight Blue #212374

Tints of Midnight Blue #212374

Color information

#212374 (or 0x212374) is unknown color: approx Midnight Blue. HEX triplet: 21, 23 and 74. RGB value is (33,35,116). Sum of RGB (Red+Green+Blue) = 33+35+116=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #212374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212374 is #DEDC8B. Grayscale: #2B2B2B. Windows color (decimal): -14605452 or 7611169. OLE color: 7611169.

HSL color Cylindrical-coordinate representation of color #212374: hue angle of 238.55º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212374 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3335116-
CMYK0.720.7000.55
HSL238.55º55.7%29.22%-
HSV(B)238.55º71.55%45.49%-
XYZ4.382.7916.83-
YUV43.64168.84120.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 116 (45.70% from 255) = 63.04%
R=17.93%
G=19.02%
B=63.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33351160.720.7000.55238.5555.729.22
Hex2123744846037ef381d
Octal41431641101060673577035
Binary10000110001111101001001000100011001101111110111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212374; }

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

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

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

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

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

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

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

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