#2A247A

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

Shades of Midnight Blue #2A247A

Tints of Midnight Blue #2A247A

Color information

#2A247A (or 0x2A247A) is unknown color: approx Midnight Blue. HEX triplet: 2A, 24 and 7A. RGB value is (42,36,122). Sum of RGB (Red+Green+Blue) = 42+36+122=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A247A is #D5DB85. Grayscale: #2F2F2F. Windows color (decimal): -14015366 or 8004650. OLE color: 8004650.

HSL color Cylindrical-coordinate representation of color #2A247A: hue angle of 244.19º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A247A is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4236122-
CMYK0.660.7000.52
HSL244.19º54.43%30.98%-
HSV(B)244.19º70.49%47.84%-
XYZ5.13.1618.75-
YUV47.6169.99124.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 122 (48.05% from 255) = 61%
R=21%
G=18%
B=61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42361220.660.7000.52244.1954.4330.98
Hex2A247A4246034f4361f
Octal52441721021060643646637
Binary10101010010011110101000010100011001101001111010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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