#2A2685

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

Shades of Midnight Blue #2A2685

Tints of Midnight Blue #2A2685

Color information

#2A2685 (or 0x2A2685) is unknown color: approx Midnight Blue. HEX triplet: 2A, 26 and 85. RGB value is (42,38,133). Sum of RGB (Red+Green+Blue) = 42+38+133=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A2685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2685 is #D5D97A. Grayscale: #313131. Windows color (decimal): -14014843 or 8726058. OLE color: 8726058.

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

Color convert

RGB4238133-
CMYK0.680.7100.48
HSL242.53º55.56%33.53%-
HSV(B)242.53º71.43%52.16%-
XYZ5.883.5722.57-
YUV50.03174.83122.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=19.72%
G=17.84%
B=62.44%

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
Decimal42381330.680.7100.48242.5355.5633.53
Hex2A26854447030f33822
Octal52462051041070603637042
Binary1010101001101000010110001001000111011000011110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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