#252884

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

Shades of Midnight Blue #252884

Tints of Midnight Blue #252884

Color information

#252884 (or 0x252884) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 84. RGB value is (37,40,132). Sum of RGB (Red+Green+Blue) = 37+40+132=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #252884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252884 is #DAD77B. Grayscale: #313131. Windows color (decimal): -14342012 or 8661029. OLE color: 8661029.

HSL color Cylindrical-coordinate representation of color #252884: hue angle of 238.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252884 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3740132-
CMYK0.720.7000.48
HSL238.11º56.21%33.14%-
HSV(B)238.11º71.97%51.76%-
XYZ5.693.5822.22-
YUV49.59174.51119.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 132 (51.95% from 255) = 63.16%
R=17.70%
G=19.14%
B=63.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37401320.720.7000.48238.1156.2133.14
Hex2528844846030ee3821
Octal45502041101060603567041
Binary1001011010001000010010010001000110011000011101110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252884; }

 p { color: rgb(37,40,132); }

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

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

 a { background-color: rgb(37,40,132); }

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

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

 span { border-color: rgb(37,40,132); }

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