#252970

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

Shades of Midnight Blue #252970

Tints of Midnight Blue #252970

Color information

#252970 (or 0x252970) is unknown color: approx Midnight Blue. HEX triplet: 25, 29 and 70. RGB value is (37,41,112). Sum of RGB (Red+Green+Blue) = 37+41+112=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #252970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252970 is #DAD68F. Grayscale: #2F2F2F. Windows color (decimal): -14341776 or 7350565. OLE color: 7350565.

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

Color convert

RGB3741112-
CMYK0.670.6300.56
HSL236.8º50.34%29.22%-
HSV(B)236.8º66.96%43.92%-
XYZ4.483.1515.7-
YUV47.9164.17120.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=19.47%
G=21.58%
B=58.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37411120.670.6300.56236.850.3429.22
Hex252970433F038ed321d
Octal4551160103770703556235
Binary1001011010011110000100001111111101110001110110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252970; }

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

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

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

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

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

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

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

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