#252385

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

Shades of Midnight Blue #252385

Tints of Midnight Blue #252385

Color information

#252385 (or 0x252385) is unknown color: approx Midnight Blue. HEX triplet: 25, 23 and 85. RGB value is (37,35,133). Sum of RGB (Red+Green+Blue) = 37+35+133=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #252385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252385 is #DADC7A. Grayscale: #2E2E2E. Windows color (decimal): -14343291 or 8725285. OLE color: 8725285.

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

Color convert

RGB3735133-
CMYK0.720.7400.48
HSL241.22º58.33%32.94%-
HSV(B)241.22º73.68%52.16%-
XYZ5.63.2922.53-
YUV46.77176.66121.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=18.05%
G=17.07%
B=64.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37351330.720.7400.48241.2258.3332.94
Hex252385484A030f13a21
Octal45432051101120603617241
Binary1001011000111000010110010001001010011000011110001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252385; }

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

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

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

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

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

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

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

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