#252686

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

Shades of Midnight Blue #252686

Tints of Midnight Blue #252686

Color information

#252686 (or 0x252686) is unknown color: approx Midnight Blue. HEX triplet: 25, 26 and 86. RGB value is (37,38,134). Sum of RGB (Red+Green+Blue) = 37+38+134=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #252686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252686 is #DAD979. Grayscale: #303030. Windows color (decimal): -14342522 or 8791589. OLE color: 8791589.

HSL color Cylindrical-coordinate representation of color #252686: hue angle of 239.38º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252686 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3738134-
CMYK0.720.7200.47
HSL239.38º56.73%33.53%-
HSV(B)239.38º72.39%52.55%-
XYZ5.763.522.93-
YUV48.64176.17119.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 134 (52.73% from 255) = 64.11%
R=17.70%
G=18.18%
B=64.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37381340.720.7200.47239.3856.7333.53
Hex252686484802Fef3922
Octal45462061101100573577142
Binary1001011001101000011010010001001000010111111101111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252686; }

 p { color: rgb(37,38,134); }

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

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

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

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

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

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

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