#252280

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

Shades of Midnight Blue #252280

Tints of Midnight Blue #252280

Color information

#252280 (or 0x252280) is unknown color: approx Midnight Blue. HEX triplet: 25, 22 and 80. RGB value is (37,34,128). Sum of RGB (Red+Green+Blue) = 37+34+128=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #252280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252280 is #DADD7F. Grayscale: #2D2D2D. Windows color (decimal): -14343552 or 8397349. OLE color: 8397349.

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

Color convert

RGB3734128-
CMYK0.710.7300.50
HSL241.91º58.02%31.76%-
HSV(B)241.91º73.44%50.2%-
XYZ5.233.120.74-
YUV45.61174.49121.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 128 (50.39% from 255) = 64.32%
R=18.59%
G=17.09%
B=64.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37341280.710.7300.50241.9158.0231.76
Hex2522804749032f23a20
Octal45422001071110623627240
Binary1001011000101000000010001111001001011001011110010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252280; }

 p { color: rgb(37,34,128); }

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

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

 a { background-color: rgb(37,34,128); }

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

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

 span { border-color: rgb(37,34,128); }

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