#2C2378

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

Shades of Midnight Blue #2C2378

Tints of Midnight Blue #2C2378

Color information

#2C2378 (or 0x2C2378) is unknown color: approx Midnight Blue. HEX triplet: 2C, 23 and 78. RGB value is (44,35,120). Sum of RGB (Red+Green+Blue) = 44+35+120=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C2378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2378 is #D3DC87. Grayscale: #2F2F2F. Windows color (decimal): -13884552 or 7873324. OLE color: 7873324.

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

Color convert

RGB4435120-
CMYK0.630.7100.53
HSL246.35º54.84%30.39%-
HSV(B)246.35º70.83%47.06%-
XYZ5.033.0918.1-
YUV47.38168.98125.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.11%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=22.11%
G=17.59%
B=60.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44351200.630.7100.53246.3554.8430.39
Hex2C23783F47035f6371e
Octal5443170771070653666736
Binary1011001000111111000111111100011101101011111011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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