#2A2788

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

Shades of Midnight Blue #2A2788

Tints of Midnight Blue #2A2788

Color information

#2A2788 (or 0x2A2788) is unknown color: approx Midnight Blue. HEX triplet: 2A, 27 and 88. RGB value is (42,39,136). Sum of RGB (Red+Green+Blue) = 42+39+136=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A2788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2788 is #D5D877. Grayscale: #323232. Windows color (decimal): -14014584 or 8922922. OLE color: 8922922.

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

Color convert

RGB4239136-
CMYK0.690.7100.47
HSL241.86º55.43%34.31%-
HSV(B)241.86º71.32%53.33%-
XYZ6.123.7223.69-
YUV50.96175.99121.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=19.35%
G=17.97%
B=62.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42391360.690.7100.47241.8655.4334.31
Hex2A2788454702Ff23722
Octal52472101051070573626742
Binary1010101001111000100010001011000111010111111110010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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