#252870

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

Shades of Midnight Blue #252870

Tints of Midnight Blue #252870

Color information

#252870 (or 0x252870) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 70. RGB value is (37,40,112). Sum of RGB (Red+Green+Blue) = 37+40+112=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #252870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252870 is #DAD78F. Grayscale: #2F2F2F. Windows color (decimal): -14342032 or 7350309. OLE color: 7350309.

HSL color Cylindrical-coordinate representation of color #252870: hue angle of 237.6º 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 #252870 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3740112-
CMYK0.670.6400.56
HSL237.6º50.34%29.22%-
HSV(B)237.6º66.96%43.92%-
XYZ4.453.0815.69-
YUV47.31164.51120.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=19.58%
G=21.16%
B=59.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37401120.670.6400.56237.650.3429.22
Hex2528704340038ee321d
Octal45501601031000703566235
Binary10010110100011100001000011100000001110001110111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252870; }

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

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

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

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

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

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

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

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