#27329F

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

Shades of Egyptian Blue #27329F

Tints of Egyptian Blue #27329F

Color information

#27329F (or 0x27329F) is unknown color: approx Egyptian Blue. HEX triplet: 27, 32 and 9F. RGB value is (39,50,159). Sum of RGB (Red+Green+Blue) = 39+50+159=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #27329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27329F is #D8CD60. Grayscale: #3A3A3A. Windows color (decimal): -14208353 or 10433063. OLE color: 10433063.

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

Color convert

RGB3950159-
CMYK0.750.6900.38
HSL234.5º60.61%38.82%-
HSV(B)234.5º75.47%62.35%-
XYZ8.245.2233.37-
YUV59.14184.36113.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=15.73%
G=20.16%
B=64.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39501590.750.6900.38234.560.6138.82
Hex27329F4B45026ea3d27
Octal47622371131050463527547
Binary1001111100101001111110010111000101010011011101010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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