#27409F

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

Shades of Egyptian Blue #27409F

Tints of Egyptian Blue #27409F

Color information

#27409F (or 0x27409F) is unknown color: approx Egyptian Blue. HEX triplet: 27, 40 and 9F. RGB value is (39,64,159). Sum of RGB (Red+Green+Blue) = 39+64+159=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #27409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27409F is #D8BF60. Grayscale: #424242. Windows color (decimal): -14204769 or 10436647. OLE color: 10436647.

HSL color Cylindrical-coordinate representation of color #27409F: hue angle of 227.5º degrees, saturation: 0.61, 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 #27409F is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3964159-
CMYK0.750.6000.38
HSL227.5º60.61%38.82%-
HSV(B)227.5º75.47%62.35%-
XYZ8.936.633.6-
YUV67.36179.72107.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 159 (62.5% from 255) = 60.69%
R=14.89%
G=24.43%
B=60.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39641590.750.6000.38227.560.6138.82
Hex27409F4B3C026e43d27
Octal47100237113740463447547
Binary1001111000000100111111001011111100010011011100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27409F; }

 p { color: rgb(39,64,159); }

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

<style>
 a { background-color: #27409F; }

 a { background-color: rgb(39,64,159); }

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

<style>
 span { border-color: #27409F; }

 span { border-color: rgb(39,64,159); }

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