#252785

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

Shades of Midnight Blue #252785

Tints of Midnight Blue #252785

Color information

#252785 (or 0x252785) is unknown color: approx Midnight Blue. HEX triplet: 25, 27 and 85. RGB value is (37,39,133). Sum of RGB (Red+Green+Blue) = 37+39+133=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #252785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252785 is #DAD87A. Grayscale: #303030. Windows color (decimal): -14342267 or 8726309. OLE color: 8726309.

HSL color Cylindrical-coordinate representation of color #252785: hue angle of 238.75º 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 #252785 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3739133-
CMYK0.720.7100.48
HSL238.75º56.47%33.33%-
HSV(B)238.75º72.18%52.16%-
XYZ5.723.5422.57-
YUV49.12175.34119.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=17.70%
G=18.66%
B=63.64%

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
Decimal37391330.720.7100.48238.7556.4733.33
Hex2527854847030ef3821
Octal45472051101070603577041
Binary1001011001111000010110010001000111011000011101111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252785; }

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

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

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

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

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

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

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

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