#27359E

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

Shades of Egyptian Blue #27359E

Tints of Egyptian Blue #27359E

Color information

#27359E (or 0x27359E) is unknown color: approx Egyptian Blue. HEX triplet: 27, 35 and 9E. RGB value is (39,53,158). Sum of RGB (Red+Green+Blue) = 39+53+158=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #27359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27359E is #D8CA61. Grayscale: #3C3C3C. Windows color (decimal): -14207586 or 10368295. OLE color: 10368295.

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

Color convert

RGB3953158-
CMYK0.750.6600.38
HSL232.94º60.41%38.63%-
HSV(B)232.94º75.32%61.96%-
XYZ8.285.4532.96-
YUV60.78182.86112.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=15.6%
G=21.2%
B=63.2%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39531580.750.6600.38232.9460.4138.63
Hex27359E4B42026e93c27
Octal47652361131020463517447
Binary1001111101011001111010010111000010010011011101001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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