#252A72

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

Shades of Midnight Blue #252A72

Tints of Midnight Blue #252A72

Color information

#252A72 (or 0x252A72) is unknown color: approx Midnight Blue. HEX triplet: 25, 2A and 72. RGB value is (37,42,114). Sum of RGB (Red+Green+Blue) = 37+42+114=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #252A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A72 is #DAD58D. Grayscale: #303030. Windows color (decimal): -14341518 or 7481893. OLE color: 7481893.

HSL color Cylindrical-coordinate representation of color #252A72: hue angle of 236.1º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252A72 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3742114-
CMYK0.680.6300.55
HSL236.1º50.99%29.61%-
HSV(B)236.1º67.54%44.71%-
XYZ4.633.2616.31-
YUV48.71164.84119.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=19.17%
G=21.76%
B=59.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37421140.680.6300.55236.150.9929.61
Hex252A72443F037ec331e
Octal4552162104770673546336
Binary1001011010101110010100010011111101101111110110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A72; }

 p { color: rgb(37,42,114); }

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

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

 a { background-color: rgb(37,42,114); }

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

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

 span { border-color: rgb(37,42,114); }

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