#252575

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

Shades of Midnight Blue #252575

Tints of Midnight Blue #252575

Color information

#252575 (or 0x252575) is unknown color: approx Midnight Blue. HEX triplet: 25, 25 and 75. RGB value is (37,37,117). Sum of RGB (Red+Green+Blue) = 37+37+117=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #252575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252575 is #DADA8A. Grayscale: #2D2D2D. Windows color (decimal): -14342795 or 7677221. OLE color: 7677221.

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

Color convert

RGB3737117-
CMYK0.680.6800.54
HSL240º51.95%30.2%-
HSV(B)240º68.38%45.88%-
XYZ4.64317.16-
YUV46.12168121.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=19.37%
G=19.37%
B=61.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37371170.680.6800.5424051.9530.2
Hex2525754444036f0341e
Octal45451651041040663606436
Binary10010110010111101011000100100010001101101111000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252575; }

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

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

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

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

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

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

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

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