#2A2385

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

Shades of Midnight Blue #2A2385

Tints of Midnight Blue #2A2385

Color information

#2A2385 (or 0x2A2385) is unknown color: approx Midnight Blue. HEX triplet: 2A, 23 and 85. RGB value is (42,35,133). Sum of RGB (Red+Green+Blue) = 42+35+133=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A2385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2385 is #D5DC7A. Grayscale: #2F2F2F. Windows color (decimal): -14015611 or 8725290. OLE color: 8725290.

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

Color convert

RGB4235133-
CMYK0.680.7400.48
HSL244.29º58.33%32.94%-
HSV(B)244.29º73.68%52.16%-
XYZ5.793.3922.54-
YUV48.26175.82123.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=20%
G=16.67%
B=63.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42351330.680.7400.48244.2958.3332.94
Hex2A2385444A030f43a21
Octal52432051041120603647241
Binary1010101000111000010110001001001010011000011110100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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