#252074

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

Shades of Midnight Blue #252074

Tints of Midnight Blue #252074

Color information

#252074 (or 0x252074) is unknown color: approx Midnight Blue. HEX triplet: 25, 20 and 74. RGB value is (37,32,116). Sum of RGB (Red+Green+Blue) = 37+32+116=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #252074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252074 is #DADF8B. Grayscale: #2A2A2A. Windows color (decimal): -14344076 or 7610405. OLE color: 7610405.

HSL color Cylindrical-coordinate representation of color #252074: hue angle of 243.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252074 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3732116-
CMYK0.680.7200.55
HSL243.57º56.76%29.02%-
HSV(B)243.57º72.41%45.49%-
XYZ4.432.6916.81-
YUV43.07169.16123.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=20%
G=17.30%
B=62.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37321160.680.7200.55243.5756.7629.02
Hex2520744448037f4391d
Octal45401641041100673647135
Binary10010110000011101001000100100100001101111111010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252074; }

 p { color: rgb(37,32,116); }

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

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

 a { background-color: rgb(37,32,116); }

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

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

 span { border-color: rgb(37,32,116); }

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