#2A2478

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

Shades of Midnight Blue #2A2478

Tints of Midnight Blue #2A2478

Color information

#2A2478 (or 0x2A2478) is unknown color: approx Midnight Blue. HEX triplet: 2A, 24 and 78. RGB value is (42,36,120). Sum of RGB (Red+Green+Blue) = 42+36+120=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A2478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2478 is #D5DB87. Grayscale: #2F2F2F. Windows color (decimal): -14015368 or 7873578. OLE color: 7873578.

HSL color Cylindrical-coordinate representation of color #2A2478: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A2478 is Cyan = 0.65, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4236120-
CMYK0.650.700.53
HSL244.29º53.85%30.59%-
HSV(B)244.29º70%47.06%-
XYZ4.983.1118.11-
YUV47.37168.99124.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 120 (47.27% from 255) = 60.61%
R=21.21%
G=18.18%
B=60.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42361200.650.700.53244.2953.8530.59
Hex2A24784146035f4361f
Octal52441701011060653646637
Binary10101010010011110001000001100011001101011111010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,36,120); }

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

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

 a { background-color: rgb(42,36,120); }

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

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

 span { border-color: rgb(42,36,120); }

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