#2A2573

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

Shades of Midnight Blue #2A2573

Tints of Midnight Blue #2A2573

Color information

#2A2573 (or 0x2A2573) is unknown color: approx Midnight Blue. HEX triplet: 2A, 25 and 73. RGB value is (42,37,115). Sum of RGB (Red+Green+Blue) = 42+37+115=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2573 is #D5DA8C. Grayscale: #2F2F2F. Windows color (decimal): -14015117 or 7546154. OLE color: 7546154.

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

Color convert

RGB4237115-
CMYK0.630.6800.55
HSL243.85º51.32%29.8%-
HSV(B)243.85º67.83%45.1%-
XYZ4.713.0516.56-
YUV47.39166.16124.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=21.65%
G=19.07%
B=59.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42371150.630.6800.55243.8551.3229.8
Hex2A25733F44037f4331e
Octal5245163771040673646336
Binary1010101001011110011111111100010001101111111010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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