#27349D

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

Shades of Egyptian Blue #27349D

Tints of Egyptian Blue #27349D

Color information

#27349D (or 0x27349D) is unknown color: approx Egyptian Blue. HEX triplet: 27, 34 and 9D. RGB value is (39,52,157). Sum of RGB (Red+Green+Blue) = 39+52+157=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #27349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27349D is #D8CB62. Grayscale: #3B3B3B. Windows color (decimal): -14207843 or 10302503. OLE color: 10302503.

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

Color convert

RGB3952157-
CMYK0.750.6700.38
HSL233.39º60.2%38.43%-
HSV(B)233.39º75.16%61.57%-
XYZ8.155.3232.5-
YUV60.08182.69112.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=15.73%
G=20.97%
B=63.31%

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
Decimal39521570.750.6700.38233.3960.238.43
Hex27349D4B43026e93c26
Octal47642351131030463517446
Binary1001111101001001110110010111000011010011011101001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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