#273593

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

Shades of Egyptian Blue #273593

Tints of Egyptian Blue #273593

Color information

#273593 (or 0x273593) is unknown color: approx Egyptian Blue. HEX triplet: 27, 35 and 93. RGB value is (39,53,147). Sum of RGB (Red+Green+Blue) = 39+53+147=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #273593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273593 is #D8CA6C. Grayscale: #3B3B3B. Windows color (decimal): -14207597 or 9647399. OLE color: 9647399.

HSL color Cylindrical-coordinate representation of color #273593: hue angle of 232.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273593 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3953147-
CMYK0.730.6400.42
HSL232.22º58.06%36.47%-
HSV(B)232.22º73.47%57.65%-
XYZ7.385.0828.2-
YUV59.53177.36113.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 147 (57.81% from 255) = 61.51%
R=16.32%
G=22.18%
B=61.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39531470.730.6400.42232.2258.0636.47
Hex273593494002Ae83a24
Octal47652231111000523507244
Binary1001111101011001001110010011000000010101011101000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273593; }

 p { color: rgb(39,53,147); }

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

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

 a { background-color: rgb(39,53,147); }

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

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

 span { border-color: rgb(39,53,147); }

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