#252875

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

Shades of Midnight Blue #252875

Tints of Midnight Blue #252875

Color information

#252875 (or 0x252875) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 75. RGB value is (37,40,117). Sum of RGB (Red+Green+Blue) = 37+40+117=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #252875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252875 is #DAD78A. Grayscale: #2F2F2F. Windows color (decimal): -14342027 or 7677989. OLE color: 7677989.

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

Color convert

RGB3740117-
CMYK0.680.6600.54
HSL237.75º51.95%30.2%-
HSV(B)237.75º68.38%45.88%-
XYZ4.733.217.2-
YUV47.88167.01120.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=19.07%
G=20.62%
B=60.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37401170.680.6600.54237.7551.9530.2
Hex2528754442036ee341e
Octal45501651041020663566436
Binary10010110100011101011000100100001001101101110111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252875; }

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

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

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

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

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

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

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

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