#252384

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

Shades of Midnight Blue #252384

Tints of Midnight Blue #252384

Color information

#252384 (or 0x252384) is unknown color: approx Midnight Blue. HEX triplet: 25, 23 and 84. RGB value is (37,35,132). Sum of RGB (Red+Green+Blue) = 37+35+132=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #252384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252384 is #DADC7B. Grayscale: #2E2E2E. Windows color (decimal): -14343292 or 8659749. OLE color: 8659749.

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

Color convert

RGB3735132-
CMYK0.720.7300.48
HSL241.24º58.08%32.75%-
HSV(B)241.24º73.48%51.76%-
XYZ5.533.2622.17-
YUV46.66176.16121.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 132 (51.95% from 255) = 64.71%
R=18.14%
G=17.16%
B=64.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37351320.720.7300.48241.2458.0832.75
Hex2523844849030f13a21
Octal45432041101110603617241
Binary1001011000111000010010010001001001011000011110001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252384; }

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

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

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

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

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

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

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

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