#252975

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

Shades of Midnight Blue #252975

Tints of Midnight Blue #252975

Color information

#252975 (or 0x252975) is unknown color: approx Midnight Blue. HEX triplet: 25, 29 and 75. RGB value is (37,41,117). Sum of RGB (Red+Green+Blue) = 37+41+117=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #252975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252975 is #DAD68A. Grayscale: #303030. Windows color (decimal): -14341771 or 7678245. OLE color: 7678245.

HSL color Cylindrical-coordinate representation of color #252975: hue angle of 237º 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 #252975 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3741117-
CMYK0.680.6500.54
HSL237º51.95%30.2%-
HSV(B)237º68.38%45.88%-
XYZ4.773.2617.21-
YUV48.47166.67119.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 117 (46.09% from 255) = 60%
R=18.97%
G=21.03%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37411170.680.6500.5423751.9530.2
Hex2529754441036ed341e
Octal45511651041010663556436
Binary10010110100111101011000100100000101101101110110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252975; }

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

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

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

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

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

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

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

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