#212274

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

Shades of Midnight Blue #212274

Tints of Midnight Blue #212274

Color information

#212274 (or 0x212274) is unknown color: approx Midnight Blue. HEX triplet: 21, 22 and 74. RGB value is (33,34,116). Sum of RGB (Red+Green+Blue) = 33+34+116=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #212274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212274 is #DEDD8B. Grayscale: #2A2A2A. Windows color (decimal): -14605708 or 7610913. OLE color: 7610913.

HSL color Cylindrical-coordinate representation of color #212274: hue angle of 239.28º 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 #212274 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3334116-
CMYK0.720.7100.55
HSL239.28º55.7%29.22%-
HSV(B)239.28º71.55%45.49%-
XYZ4.352.7316.82-
YUV43.05169.17120.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 116 (45.70% from 255) = 63.39%
R=18.03%
G=18.58%
B=63.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33341160.720.7100.55239.2855.729.22
Hex2122744847037ef381d
Octal41421641101070673577035
Binary10000110001011101001001000100011101101111110111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212274; }

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

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

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

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

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

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

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

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