#252188

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

Shades of Midnight Blue #252188

Tints of Midnight Blue #252188

Color information

#252188 (or 0x252188) is unknown color: approx Midnight Blue. HEX triplet: 25, 21 and 88. RGB value is (37,33,136). Sum of RGB (Red+Green+Blue) = 37+33+136=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #252188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252188 is #DADE77. Grayscale: #2D2D2D. Windows color (decimal): -14343800 or 8921381. OLE color: 8921381.

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

Color convert

RGB3733136-
CMYK0.730.7600.47
HSL242.33º60.95%33.14%-
HSV(B)242.33º75.74%53.33%-
XYZ5.753.2623.62-
YUV45.94178.83121.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 136 (53.52% from 255) = 66.02%
R=17.96%
G=16.02%
B=66.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37331360.730.7600.47242.3360.9533.14
Hex252188494C02Ff23d21
Octal45412101111140573627541
Binary1001011000011000100010010011001100010111111110010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252188; }

 p { color: rgb(37,33,136); }

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

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

 a { background-color: rgb(37,33,136); }

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

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

 span { border-color: rgb(37,33,136); }

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