#252B78

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

Shades of Midnight Blue #252B78

Tints of Midnight Blue #252B78

Color information

#252B78 (or 0x252B78) is unknown color: approx Midnight Blue. HEX triplet: 25, 2B and 78. RGB value is (37,43,120). Sum of RGB (Red+Green+Blue) = 37+43+120=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #252B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B78 is #DAD487. Grayscale: #313131. Windows color (decimal): -14341256 or 7875365. OLE color: 7875365.

HSL color Cylindrical-coordinate representation of color #252B78: hue angle of 235.66º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252B78 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3743120-
CMYK0.690.6400.53
HSL235.66º52.87%30.78%-
HSV(B)235.66º69.17%47.06%-
XYZ5.023.4818.18-
YUV49.98167.51118.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 120 (47.27% from 255) = 60%
R=18.5%
G=21.5%
B=60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37431200.690.6400.53235.6652.8730.78
Hex252B784540035ec351f
Octal45531701051000653546537
Binary10010110101111110001000101100000001101011110110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,120); }

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

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

 a { background-color: rgb(37,43,120); }

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

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

 span { border-color: rgb(37,43,120); }

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