#252572

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

Shades of Midnight Blue #252572

Tints of Midnight Blue #252572

Color information

#252572 (or 0x252572) is unknown color: approx Midnight Blue. HEX triplet: 25, 25 and 72. RGB value is (37,37,114). Sum of RGB (Red+Green+Blue) = 37+37+114=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #252572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252572 is #DADA8D. Grayscale: #2D2D2D. Windows color (decimal): -14342798 or 7480613. OLE color: 7480613.

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

Color convert

RGB3737114-
CMYK0.680.6800.55
HSL240º50.99%29.61%-
HSV(B)240º67.54%44.71%-
XYZ4.462.9316.25-
YUV45.78166.5121.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=19.68%
G=19.68%
B=60.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37371140.680.6800.5524050.9929.61
Hex2525724444037f0331e
Octal45451621041040673606336
Binary10010110010111100101000100100010001101111111000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252572; }

 p { color: rgb(37,37,114); }

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

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

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

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

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

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

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