#252882

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

Shades of Midnight Blue #252882

Tints of Midnight Blue #252882

Color information

#252882 (or 0x252882) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 82. RGB value is (37,40,130). Sum of RGB (Red+Green+Blue) = 37+40+130=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #252882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252882 is #DAD77D. Grayscale: #313131. Windows color (decimal): -14342014 or 8529957. OLE color: 8529957.

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

Color convert

RGB3740130-
CMYK0.720.6900.49
HSL238.06º55.69%32.75%-
HSV(B)238.06º71.54%50.98%-
XYZ5.553.5221.51-
YUV49.36173.51119.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 130 (51.17% from 255) = 62.80%
R=17.87%
G=19.32%
B=62.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37401300.720.6900.49238.0655.6932.75
Hex2528824845031ee3821
Octal45502021101050613567041
Binary1001011010001000001010010001000101011000111101110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252882; }

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

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

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

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

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

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

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

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