#252982

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

Shades of Midnight Blue #252982

Tints of Midnight Blue #252982

Color information

#252982 (or 0x252982) is unknown color: approx Midnight Blue. HEX triplet: 25, 29 and 82. RGB value is (37,41,130). Sum of RGB (Red+Green+Blue) = 37+41+130=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #252982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252982 is #DAD67D. Grayscale: #313131. Windows color (decimal): -14341758 or 8530213. OLE color: 8530213.

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

Color convert

RGB3741130-
CMYK0.720.6800.49
HSL237.42º55.69%32.75%-
HSV(B)237.42º71.54%50.98%-
XYZ5.593.5921.52-
YUV49.95173.17118.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=17.79%
G=19.71%
B=62.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37411300.720.6800.49237.4255.6932.75
Hex2529824844031ed3821
Octal45512021101040613557041
Binary1001011010011000001010010001000100011000111101101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252982; }

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

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

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

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

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

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

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

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