#2A2584

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

Shades of Midnight Blue #2A2584

Tints of Midnight Blue #2A2584

Color information

#2A2584 (or 0x2A2584) is unknown color: approx Midnight Blue. HEX triplet: 2A, 25 and 84. RGB value is (42,37,132). Sum of RGB (Red+Green+Blue) = 42+37+132=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2584 is #D5DA7B. Grayscale: #303030. Windows color (decimal): -14015100 or 8660266. OLE color: 8660266.

HSL color Cylindrical-coordinate representation of color #2A2584: hue angle of 243.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A2584 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4237132-
CMYK0.680.7200.48
HSL243.16º56.21%33.14%-
HSV(B)243.16º71.97%51.76%-
XYZ5.783.4822.2-
YUV49.32174.66122.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=19.91%
G=17.54%
B=62.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42371320.680.7200.48243.1656.2133.14
Hex2A25844448030f33821
Octal52452041041100603637041
Binary1010101001011000010010001001001000011000011110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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