#252382

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

Shades of Midnight Blue #252382

Tints of Midnight Blue #252382

Color information

#252382 (or 0x252382) is unknown color: approx Midnight Blue. HEX triplet: 25, 23 and 82. RGB value is (37,35,130). Sum of RGB (Red+Green+Blue) = 37+35+130=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #252382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252382 is #DADC7D. Grayscale: #2E2E2E. Windows color (decimal): -14343294 or 8528677. OLE color: 8528677.

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

Color convert

RGB3735130-
CMYK0.720.7300.49
HSL241.26º57.58%32.35%-
HSV(B)241.26º73.08%50.98%-
XYZ5.393.2121.45-
YUV46.43175.16121.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 130 (51.17% from 255) = 64.36%
R=18.32%
G=17.33%
B=64.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37351300.720.7300.49241.2657.5832.35
Hex2523824849031f13a20
Octal45432021101110613617240
Binary1001011000111000001010010001001001011000111110001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252382; }

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

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

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

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

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

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

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

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