#252470

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

Shades of Midnight Blue #252470

Tints of Midnight Blue #252470

Color information

#252470 (or 0x252470) is unknown color: approx Midnight Blue. HEX triplet: 25, 24 and 70. RGB value is (37,36,112). Sum of RGB (Red+Green+Blue) = 37+36+112=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #252470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252470 is #DADB8F. Grayscale: #2C2C2C. Windows color (decimal): -14343056 or 7349285. OLE color: 7349285.

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

Color convert

RGB3736112-
CMYK0.670.6800.56
HSL240.79º51.35%29.02%-
HSV(B)240.79º67.86%43.92%-
XYZ4.322.8215.65-
YUV44.96165.83122.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=20%
G=19.46%
B=60.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37361120.670.6800.56240.7951.3529.02
Hex2524704344038f1331d
Octal45441601031040703616335
Binary10010110010011100001000011100010001110001111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252470; }

 p { color: rgb(37,36,112); }

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

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

 a { background-color: rgb(37,36,112); }

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

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

 span { border-color: rgb(37,36,112); }

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