#252278

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

Shades of Midnight Blue #252278

Tints of Midnight Blue #252278

Color information

#252278 (or 0x252278) is unknown color: approx Midnight Blue. HEX triplet: 25, 22 and 78. RGB value is (37,34,120). Sum of RGB (Red+Green+Blue) = 37+34+120=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #252278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252278 is #DADD87. Grayscale: #2C2C2C. Windows color (decimal): -14343560 or 7873061. OLE color: 7873061.

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

Color convert

RGB3734120-
CMYK0.690.7200.53
HSL242.09º55.84%30.2%-
HSV(B)242.09º71.67%47.06%-
XYZ4.732.8918.08-
YUV44.7170.49122.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 120 (47.27% from 255) = 62.83%
R=19.37%
G=17.80%
B=62.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37341200.690.7200.53242.0955.8430.2
Hex2522784548035f2381e
Octal45421701051100653627036
Binary10010110001011110001000101100100001101011111001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252278; }

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

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

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

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

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

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

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

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