#27379E

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

Shades of Egyptian Blue #27379E

Tints of Egyptian Blue #27379E

Color information

#27379E (or 0x27379E) is unknown color: approx Egyptian Blue. HEX triplet: 27, 37 and 9E. RGB value is (39,55,158). Sum of RGB (Red+Green+Blue) = 39+55+158=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #27379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27379E is #D8C861. Grayscale: #3D3D3D. Windows color (decimal): -14207074 or 10368807. OLE color: 10368807.

HSL color Cylindrical-coordinate representation of color #27379E: hue angle of 231.93º 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 #27379E is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3955158-
CMYK0.750.6500.38
HSL231.93º60.41%38.63%-
HSV(B)231.93º75.32%61.96%-
XYZ8.375.6332.99-
YUV61.96182.2111.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=15.48%
G=21.83%
B=62.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39551580.750.6500.38231.9360.4138.63
Hex27379E4B41026e83c27
Octal47672361131010463507447
Binary1001111101111001111010010111000001010011011101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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