#252682

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

Shades of Midnight Blue #252682

Tints of Midnight Blue #252682

Color information

#252682 (or 0x252682) is unknown color: approx Midnight Blue. HEX triplet: 25, 26 and 82. RGB value is (37,38,130). Sum of RGB (Red+Green+Blue) = 37+38+130=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #252682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252682 is #DAD97D. Grayscale: #2F2F2F. Windows color (decimal): -14342526 or 8529445. OLE color: 8529445.

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

Color convert

RGB3738130-
CMYK0.720.7100.49
HSL239.35º55.69%32.75%-
HSV(B)239.35º71.54%50.98%-
XYZ5.493.3921.48-
YUV48.19174.17120.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=18.05%
G=18.54%
B=63.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37381300.720.7100.49239.3555.6932.75
Hex2526824847031ef3821
Octal45462021101070613577041
Binary1001011001101000001010010001000111011000111101111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252682; }

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

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

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

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

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

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

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

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