#27329E

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

Shades of Egyptian Blue #27329E

Tints of Egyptian Blue #27329E

Color information

#27329E (or 0x27329E) is unknown color: approx Egyptian Blue. HEX triplet: 27, 32 and 9E. RGB value is (39,50,158). Sum of RGB (Red+Green+Blue) = 39+50+158=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #27329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27329E is #D8CD61. Grayscale: #3A3A3A. Windows color (decimal): -14208354 or 10367527. OLE color: 10367527.

HSL color Cylindrical-coordinate representation of color #27329E: hue angle of 234.45º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27329E is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3950158-
CMYK0.750.6800.38
HSL234.45º60.41%38.63%-
HSV(B)234.45º75.32%61.96%-
XYZ8.155.1832.92-
YUV59.02183.86113.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=15.79%
G=20.24%
B=63.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39501580.750.6800.38234.4560.4138.63
Hex27329E4B44026ea3c27
Octal47622361131040463527447
Binary1001111100101001111010010111000100010011011101010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27329E; }

 p { color: rgb(39,50,158); }

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

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

 a { background-color: rgb(39,50,158); }

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

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

 span { border-color: rgb(39,50,158); }

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