#252775

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

Shades of Midnight Blue #252775

Tints of Midnight Blue #252775

Color information

#252775 (or 0x252775) is unknown color: approx Midnight Blue. HEX triplet: 25, 27 and 75. RGB value is (37,39,117). Sum of RGB (Red+Green+Blue) = 37+39+117=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #252775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252775 is #DAD88A. Grayscale: #2E2E2E. Windows color (decimal): -14342283 or 7677733. OLE color: 7677733.

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

Color convert

RGB3739117-
CMYK0.680.6700.54
HSL238.5º51.95%30.2%-
HSV(B)238.5º68.38%45.88%-
XYZ4.73.1317.19-
YUV47.29167.34120.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=19.17%
G=20.21%
B=60.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37391170.680.6700.54238.551.9530.2
Hex2527754443036ee341e
Octal45471651041030663566436
Binary10010110011111101011000100100001101101101110111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252775; }

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

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

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

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

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

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

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

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