#272470

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

Shades of Midnight Blue #272470

Tints of Midnight Blue #272470

Color information

#272470 (or 0x272470) is unknown color: approx Midnight Blue. HEX triplet: 27, 24 and 70. RGB value is (39,36,112). Sum of RGB (Red+Green+Blue) = 39+36+112=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #272470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272470 is #D8DB8F. Grayscale: #2D2D2D. Windows color (decimal): -14211984 or 7349287. OLE color: 7349287.

HSL color Cylindrical-coordinate representation of color #272470: hue angle of 242.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #272470 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3936112-
CMYK0.650.6800.56
HSL242.37º51.35%29.02%-
HSV(B)242.37º67.86%43.92%-
XYZ4.392.8615.65-
YUV45.56165.49123.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=20.86%
G=19.25%
B=59.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39361120.650.6800.56242.3751.3529.02
Hex2724704144038f2331d
Octal47441601011040703626335
Binary10011110010011100001000001100010001110001111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272470; }

 p { color: rgb(39,36,112); }

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

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

 a { background-color: rgb(39,36,112); }

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

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

 span { border-color: rgb(39,36,112); }

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