#2A2173

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

Shades of Midnight Blue #2A2173

Tints of Midnight Blue #2A2173

Color information

#2A2173 (or 0x2A2173) is unknown color: approx Midnight Blue. HEX triplet: 2A, 21 and 73. RGB value is (42,33,115). Sum of RGB (Red+Green+Blue) = 42+33+115=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2173 is #D5DE8C. Grayscale: #2C2C2C. Windows color (decimal): -14016141 or 7545130. OLE color: 7545130.

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

Color convert

RGB4233115-
CMYK0.630.7100.55
HSL246.59º55.41%29.02%-
HSV(B)246.59º71.3%45.1%-
XYZ4.592.8216.52-
YUV45.04167.48125.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=22.11%
G=17.37%
B=60.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42331150.630.7100.55246.5955.4129.02
Hex2A21733F47037f7371d
Octal5241163771070673676735
Binary1010101000011110011111111100011101101111111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2173; }

 p { color: rgb(42,33,115); }

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

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

 a { background-color: rgb(42,33,115); }

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

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

 span { border-color: rgb(42,33,115); }

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