#252685

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

Shades of Midnight Blue #252685

Tints of Midnight Blue #252685

Color information

#252685 (or 0x252685) is unknown color: approx Midnight Blue. HEX triplet: 25, 26 and 85. RGB value is (37,38,133). Sum of RGB (Red+Green+Blue) = 37+38+133=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #252685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252685 is #DAD97A. Grayscale: #303030. Windows color (decimal): -14342523 or 8726053. OLE color: 8726053.

HSL color Cylindrical-coordinate representation of color #252685: hue angle of 239.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252685 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3738133-
CMYK0.720.7100.48
HSL239.38º56.47%33.33%-
HSV(B)239.38º72.18%52.16%-
XYZ5.693.4722.56-
YUV48.53175.67119.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 133 (52.34% from 255) = 63.94%
R=17.79%
G=18.27%
B=63.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37381330.720.7100.48239.3856.4733.33
Hex2526854847030ef3821
Octal45462051101070603577041
Binary1001011001101000010110010001000111011000011101111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252685; }

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

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

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

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

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

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

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

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