#2C2379

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

Shades of Midnight Blue #2C2379

Tints of Midnight Blue #2C2379

Color information

#2C2379 (or 0x2C2379) is unknown color: approx Midnight Blue. HEX triplet: 2C, 23 and 79. RGB value is (44,35,121). Sum of RGB (Red+Green+Blue) = 44+35+121=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2379 is #D3DC86. Grayscale: #2F2F2F. Windows color (decimal): -13884551 or 7938860. OLE color: 7938860.

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

Color convert

RGB4435121-
CMYK0.640.7100.53
HSL246.28º55.13%30.59%-
HSV(B)246.28º71.07%47.45%-
XYZ5.093.1218.42-
YUV47.49169.48125.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 121 (47.66% from 255) = 60.5%
R=22%
G=17.5%
B=60.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44351210.640.7100.53246.2855.1330.59
Hex2C23794047035f6371f
Octal54431711001070653666737
Binary10110010001111110011000000100011101101011111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,121); }

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

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

 a { background-color: rgb(44,35,121); }

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

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

 span { border-color: rgb(44,35,121); }

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