#252287

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

Shades of Midnight Blue #252287

Tints of Midnight Blue #252287

Color information

#252287 (or 0x252287) is unknown color: approx Midnight Blue. HEX triplet: 25, 22 and 87. RGB value is (37,34,135). Sum of RGB (Red+Green+Blue) = 37+34+135=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #252287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252287 is #DADD78. Grayscale: #2E2E2E. Windows color (decimal): -14343545 or 8856101. OLE color: 8856101.

HSL color Cylindrical-coordinate representation of color #252287: hue angle of 241.78º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252287 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3734135-
CMYK0.730.7500.47
HSL241.78º59.76%33.14%-
HSV(B)241.78º74.81%52.94%-
XYZ5.713.2923.26-
YUV46.41177.99121.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=17.96%
G=16.50%
B=65.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37341350.730.7500.47241.7859.7633.14
Hex252287494B02Ff23c21
Octal45422071111130573627441
Binary1001011000101000011110010011001011010111111110010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252287; }

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

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

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

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

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

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

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

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