#2A2374

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

Shades of Midnight Blue #2A2374

Tints of Midnight Blue #2A2374

Color information

#2A2374 (or 0x2A2374) is unknown color: approx Midnight Blue. HEX triplet: 2A, 23 and 74. RGB value is (42,35,116). Sum of RGB (Red+Green+Blue) = 42+35+116=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A2374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2374 is #D5DC8B. Grayscale: #2E2E2E. Windows color (decimal): -14015628 or 7611178. OLE color: 7611178.

HSL color Cylindrical-coordinate representation of color #2A2374: hue angle of 245.19º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A2374 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4235116-
CMYK0.640.7000.55
HSL245.19º53.64%29.61%-
HSV(B)245.19º69.83%45.49%-
XYZ4.712.9616.85-
YUV46.33167.32124.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 116 (45.70% from 255) = 60.10%
R=21.76%
G=18.13%
B=60.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42351160.640.7000.55245.1953.6429.61
Hex2A23744046037f5361e
Octal52431641001060673656636
Binary10101010001111101001000000100011001101111111010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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