#273396

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

Shades of Egyptian Blue #273396

Tints of Egyptian Blue #273396

Color information

#273396 (or 0x273396) is unknown color: approx Egyptian Blue. HEX triplet: 27, 33 and 96. RGB value is (39,51,150). Sum of RGB (Red+Green+Blue) = 39+51+150=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #273396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273396 is #D8CC69. Grayscale: #3A3A3A. Windows color (decimal): -14208106 or 9843495. OLE color: 9843495.

HSL color Cylindrical-coordinate representation of color #273396: hue angle of 233.51º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #273396 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3951150-
CMYK0.740.6600.41
HSL233.51º58.73%37.06%-
HSV(B)233.51º74%58.82%-
XYZ7.53529.42-
YUV58.7179.52113.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=16.25%
G=21.25%
B=62.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39511500.740.6600.41233.5158.7337.06
Hex2733964A42029ea3b25
Octal47632261121020513527345
Binary1001111100111001011010010101000010010100111101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273396; }

 p { color: rgb(39,51,150); }

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

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

 a { background-color: rgb(39,51,150); }

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

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

 span { border-color: rgb(39,51,150); }

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