#252378

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

Shades of Midnight Blue #252378

Tints of Midnight Blue #252378

Color information

#252378 (or 0x252378) is unknown color: approx Midnight Blue. HEX triplet: 25, 23 and 78. RGB value is (37,35,120). Sum of RGB (Red+Green+Blue) = 37+35+120=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #252378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252378 is #DADC87. Grayscale: #2C2C2C. Windows color (decimal): -14343304 or 7873317. OLE color: 7873317.

HSL color Cylindrical-coordinate representation of color #252378: hue angle of 241.41º 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 #252378 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3735120-
CMYK0.690.7100.53
HSL241.41º54.84%30.39%-
HSV(B)241.41º70.83%47.06%-
XYZ4.752.9518.09-
YUV45.29170.16122.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 120 (47.27% from 255) = 62.5%
R=19.27%
G=18.23%
B=62.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37351200.690.7100.53241.4154.8430.39
Hex2523784547035f1371e
Octal45431701051070653616736
Binary10010110001111110001000101100011101101011111000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252378; }

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

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

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

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

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

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

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

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