#2A227D

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

Shades of Midnight Blue #2A227D

Tints of Midnight Blue #2A227D

Color information

#2A227D (or 0x2A227D) is unknown color: approx Midnight Blue. HEX triplet: 2A, 22 and 7D. RGB value is (42,34,125). Sum of RGB (Red+Green+Blue) = 42+34+125=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A227D is #D5DD82. Grayscale: #2E2E2E. Windows color (decimal): -14015875 or 8200746. OLE color: 8200746.

HSL color Cylindrical-coordinate representation of color #2A227D: hue angle of 245.27º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A227D is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4234125-
CMYK0.660.7300.51
HSL245.27º57.23%31.18%-
HSV(B)245.27º72.8%49.02%-
XYZ5.233.1219.73-
YUV46.77172.15124.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 125 (49.22% from 255) = 62.19%
R=20.90%
G=16.92%
B=62.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42341250.660.7300.51245.2757.2331.18
Hex2A227D4249033f5391f
Octal52421751021110633657137
Binary10101010001011111011000010100100101100111111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,125); }

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

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

 a { background-color: rgb(42,34,125); }

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

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

 span { border-color: rgb(42,34,125); }

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