#27349E

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

Shades of Egyptian Blue #27349E

Tints of Egyptian Blue #27349E

Color information

#27349E (or 0x27349E) is unknown color: approx Egyptian Blue. HEX triplet: 27, 34 and 9E. RGB value is (39,52,158). Sum of RGB (Red+Green+Blue) = 39+52+158=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #27349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27349E is #D8CB61. Grayscale: #3B3B3B. Windows color (decimal): -14207842 or 10368039. OLE color: 10368039.

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

Color convert

RGB3952158-
CMYK0.750.6700.38
HSL233.45º60.41%38.63%-
HSV(B)233.45º75.32%61.96%-
XYZ8.245.3632.95-
YUV60.2183.19112.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=15.66%
G=20.88%
B=63.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39521580.750.6700.38233.4560.4138.63
Hex27349E4B43026e93c27
Octal47642361131030463517447
Binary1001111101001001111010010111000011010011011101001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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