#2A2684

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

Shades of Midnight Blue #2A2684

Tints of Midnight Blue #2A2684

Color information

#2A2684 (or 0x2A2684) is unknown color: approx Midnight Blue. HEX triplet: 2A, 26 and 84. RGB value is (42,38,132). Sum of RGB (Red+Green+Blue) = 42+38+132=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A2684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2684 is #D5D97B. Grayscale: #313131. Windows color (decimal): -14014844 or 8660522. OLE color: 8660522.

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

Color convert

RGB4238132-
CMYK0.680.7100.48
HSL242.55º55.29%33.33%-
HSV(B)242.55º71.21%51.76%-
XYZ5.813.5422.21-
YUV49.91174.33122.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 132 (51.95% from 255) = 62.26%
R=19.81%
G=17.92%
B=62.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42381320.680.7100.48242.5555.2933.33
Hex2A26844447030f33721
Octal52462041041070603636741
Binary1010101001101000010010001001000111011000011110011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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