#27309B

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

Shades of Egyptian Blue #27309B

Tints of Egyptian Blue #27309B

Color information

#27309B (or 0x27309B) is unknown color: approx Egyptian Blue. HEX triplet: 27, 30 and 9B. RGB value is (39,48,155). Sum of RGB (Red+Green+Blue) = 39+48+155=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #27309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27309B is #D8CF64. Grayscale: #393939. Windows color (decimal): -14208869 or 10170407. OLE color: 10170407.

HSL color Cylindrical-coordinate representation of color #27309B: hue angle of 235.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27309B is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3948155-
CMYK0.750.6900.39
HSL235.34º59.79%38.04%-
HSV(B)235.34º74.84%60.78%-
XYZ7.814.9131.55-
YUV57.51183.02114.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 155 (60.94% from 255) = 64.05%
R=16.12%
G=19.83%
B=64.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39481550.750.6900.39235.3459.7938.04
Hex27309B4B45027eb3c26
Octal47602331131050473537446
Binary1001111100001001101110010111000101010011111101011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27309B; }

 p { color: rgb(39,48,155); }

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

<style>
 a { background-color: #27309B; }

 a { background-color: rgb(39,48,155); }

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

<style>
 span { border-color: #27309B; }

 span { border-color: rgb(39,48,155); }

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