#27449E

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

Shades of Egyptian Blue #27449E

Tints of Egyptian Blue #27449E

Color information

#27449E (or 0x27449E) is unknown color: approx Egyptian Blue. HEX triplet: 27, 44 and 9E. RGB value is (39,68,158). Sum of RGB (Red+Green+Blue) = 39+68+158=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #27449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27449E is #D8BB61. Grayscale: #454545. Windows color (decimal): -14203746 or 10372135. OLE color: 10372135.

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

Color convert

RGB3968158-
CMYK0.750.5700.38
HSL225.38º60.41%38.63%-
HSV(B)225.38º75.32%61.96%-
XYZ9.087.0333.23-
YUV69.59177.89106.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=14.72%
G=25.66%
B=59.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39681580.750.5700.38225.3860.4138.63
Hex27449E4B39026e13c27
Octal47104236113710463417447
Binary1001111000100100111101001011111001010011011100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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