#272572

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

Shades of Midnight Blue #272572

Tints of Midnight Blue #272572

Color information

#272572 (or 0x272572) is unknown color: approx Midnight Blue. HEX triplet: 27, 25 and 72. RGB value is (39,37,114). Sum of RGB (Red+Green+Blue) = 39+37+114=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #272572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272572 is #D8DA8D. Grayscale: #2E2E2E. Windows color (decimal): -14211726 or 7480615. OLE color: 7480615.

HSL color Cylindrical-coordinate representation of color #272572: hue angle of 241.56º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #272572 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3937114-
CMYK0.660.6800.55
HSL241.56º50.99%29.61%-
HSV(B)241.56º67.54%44.71%-
XYZ4.542.9716.25-
YUV46.38166.16122.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 114 (44.92% from 255) = 60%
R=20.53%
G=19.47%
B=60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39371140.660.6800.55241.5650.9929.61
Hex2725724244037f2331e
Octal47451621021040673626336
Binary10011110010111100101000010100010001101111111001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272572; }

 p { color: rgb(39,37,114); }

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

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

 a { background-color: rgb(39,37,114); }

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

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

 span { border-color: rgb(39,37,114); }

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