#2A227A

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

Shades of Midnight Blue #2A227A

Tints of Midnight Blue #2A227A

Color information

#2A227A (or 0x2A227A) is unknown color: approx Midnight Blue. HEX triplet: 2A, 22 and 7A. RGB value is (42,34,122). Sum of RGB (Red+Green+Blue) = 42+34+122=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A227A is #D5DD85. Grayscale: #2E2E2E. Windows color (decimal): -14015878 or 8004138. OLE color: 8004138.

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

Color convert

RGB4234122-
CMYK0.660.7200.52
HSL245.45º56.41%30.59%-
HSV(B)245.45º72.13%47.84%-
XYZ5.043.0418.73-
YUV46.42170.65124.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=21.21%
G=17.17%
B=61.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42341220.660.7200.52245.4556.4130.59
Hex2A227A4248034f5381f
Octal52421721021100643657037
Binary10101010001011110101000010100100001101001111010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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