#27349F

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

Shades of Egyptian Blue #27349F

Tints of Egyptian Blue #27349F

Color information

#27349F (or 0x27349F) is unknown color: approx Egyptian Blue. HEX triplet: 27, 34 and 9F. RGB value is (39,52,159). Sum of RGB (Red+Green+Blue) = 39+52+159=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #27349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27349F is #D8CB60. Grayscale: #3B3B3B. Windows color (decimal): -14207841 or 10433575. OLE color: 10433575.

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

Color convert

RGB3952159-
CMYK0.750.6700.38
HSL233.5º60.61%38.82%-
HSV(B)233.5º75.47%62.35%-
XYZ8.325.3933.4-
YUV60.31183.69112.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=15.6%
G=20.8%
B=63.6%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39521590.750.6700.38233.560.6138.82
Hex27349F4B43026ea3d27
Octal47642371131030463527547
Binary1001111101001001111110010111000011010011011101010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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