#252A75

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

Shades of Midnight Blue #252A75

Tints of Midnight Blue #252A75

Color information

#252A75 (or 0x252A75) is unknown color: approx Midnight Blue. HEX triplet: 25, 2A and 75. RGB value is (37,42,117). Sum of RGB (Red+Green+Blue) = 37+42+117=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #252A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A75 is #DAD58A. Grayscale: #303030. Windows color (decimal): -14341515 or 7678501. OLE color: 7678501.

HSL color Cylindrical-coordinate representation of color #252A75: hue angle of 236.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252A75 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3742117-
CMYK0.680.6400.54
HSL236.25º51.95%30.2%-
HSV(B)236.25º68.38%45.88%-
XYZ4.83.3317.22-
YUV49.06166.34119.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=18.88%
G=21.43%
B=59.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37421170.680.6400.54236.2551.9530.2
Hex252A754440036ec341e
Octal45521651041000663546436
Binary10010110101011101011000100100000001101101110110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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