#27429D

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

Shades of Egyptian Blue #27429D

Tints of Egyptian Blue #27429D

Color information

#27429D (or 0x27429D) is unknown color: approx Egyptian Blue. HEX triplet: 27, 42 and 9D. RGB value is (39,66,157). Sum of RGB (Red+Green+Blue) = 39+66+157=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #27429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27429D is #D8BD62. Grayscale: #434343. Windows color (decimal): -14204259 or 10306087. OLE color: 10306087.

HSL color Cylindrical-coordinate representation of color #27429D: hue angle of 226.27º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27429D is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3966157-
CMYK0.750.5800.38
HSL226.27º60.2%38.43%-
HSV(B)226.27º75.16%61.57%-
XYZ8.876.7632.74-
YUV68.3178.05107.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=14.89%
G=25.19%
B=59.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39661570.750.5800.38226.2760.238.43
Hex27429D4B3A026e23c26
Octal47102235113720463427446
Binary1001111000010100111011001011111010010011011100010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27429D; }

 p { color: rgb(39,66,157); }

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

<style>
 a { background-color: #27429D; }

 a { background-color: rgb(39,66,157); }

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

<style>
 span { border-color: #27429D; }

 span { border-color: rgb(39,66,157); }

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