#2A2488

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

Shades of Midnight Blue #2A2488

Tints of Midnight Blue #2A2488

Color information

#2A2488 (or 0x2A2488) is unknown color: approx Midnight Blue. HEX triplet: 2A, 24 and 88. RGB value is (42,36,136). Sum of RGB (Red+Green+Blue) = 42+36+136=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A2488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2488 is #D5DB77. Grayscale: #303030. Windows color (decimal): -14015352 or 8922154. OLE color: 8922154.

HSL color Cylindrical-coordinate representation of color #2A2488: hue angle of 243.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2488 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4236136-
CMYK0.690.7400.47
HSL243.6º58.14%33.73%-
HSV(B)243.6º73.53%53.33%-
XYZ6.033.5323.66-
YUV49.19176.99122.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 136 (53.52% from 255) = 63.55%
R=19.63%
G=16.82%
B=63.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42361360.690.7400.47243.658.1433.73
Hex2A2488454A02Ff43a22
Octal52442101051120573647242
Binary1010101001001000100010001011001010010111111110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,36,136); }

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

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

 a { background-color: rgb(42,36,136); }

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

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

 span { border-color: rgb(42,36,136); }

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