#2C2578

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

Shades of Midnight Blue #2C2578

Tints of Midnight Blue #2C2578

Color information

#2C2578 (or 0x2C2578) is unknown color: approx Midnight Blue. HEX triplet: 2C, 25 and 78. RGB value is (44,37,120). Sum of RGB (Red+Green+Blue) = 44+37+120=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C2578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2578 is #D3DA87. Grayscale: #303030. Windows color (decimal): -13884040 or 7873836. OLE color: 7873836.

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

Color convert

RGB4437120-
CMYK0.630.6900.53
HSL245.06º52.87%30.78%-
HSV(B)245.06º69.17%47.06%-
XYZ5.093.2118.12-
YUV48.56168.32124.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=21.89%
G=18.41%
B=59.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44371200.630.6900.53245.0652.8730.78
Hex2C25783F45035f5351f
Octal5445170771050653656537
Binary1011001001011111000111111100010101101011111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,120); }

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

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

 a { background-color: rgb(44,37,120); }

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

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

 span { border-color: rgb(44,37,120); }

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