#27228A

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

Shades of Midnight Blue #27228A

Tints of Midnight Blue #27228A

Color information

#27228A (or 0x27228A) is unknown color: approx Midnight Blue. HEX triplet: 27, 22 and 8A. RGB value is (39,34,138). Sum of RGB (Red+Green+Blue) = 39+34+138=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #27228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27228A is #D8DD75. Grayscale: #2E2E2E. Windows color (decimal): -14212470 or 9052711. OLE color: 9052711.

HSL color Cylindrical-coordinate representation of color #27228A: hue angle of 242.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27228A is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3934138-
CMYK0.720.7500.46
HSL242.88º60.47%33.73%-
HSV(B)242.88º75.36%54.12%-
XYZ63.4124.39-
YUV47.35179.16122.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 138 (54.30% from 255) = 65.40%
R=18.48%
G=16.11%
B=65.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39341380.720.7500.46242.8860.4733.73
Hex27228A484B02Ef33c22
Octal47422121101130563637442
Binary1001111000101000101010010001001011010111011110011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27228A; }

 p { color: rgb(39,34,138); }

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

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

 a { background-color: rgb(39,34,138); }

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

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

 span { border-color: rgb(39,34,138); }

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