#2A2177

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

Shades of Midnight Blue #2A2177

Tints of Midnight Blue #2A2177

Color information

#2A2177 (or 0x2A2177) is unknown color: approx Midnight Blue. HEX triplet: 2A, 21 and 77. RGB value is (42,33,119). Sum of RGB (Red+Green+Blue) = 42+33+119=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A2177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2177 is #D5DE88. Grayscale: #2D2D2D. Windows color (decimal): -14016137 or 7807274. OLE color: 7807274.

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

Color convert

RGB4233119-
CMYK0.650.7200.53
HSL246.28º56.58%29.8%-
HSV(B)246.28º72.27%46.67%-
XYZ4.832.9117.76-
YUV45.5169.48125.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=21.65%
G=17.01%
B=61.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42331190.650.7200.53246.2856.5829.8
Hex2A21774148035f6391e
Octal52411671011100653667136
Binary10101010000111101111000001100100001101011111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,119); }

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

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

 a { background-color: rgb(42,33,119); }

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

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

 span { border-color: rgb(42,33,119); }

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