#273192

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

Shades of Egyptian Blue #273192

Tints of Egyptian Blue #273192

Color information

#273192 (or 0x273192) is unknown color: approx Egyptian Blue. HEX triplet: 27, 31 and 92. RGB value is (39,49,146). Sum of RGB (Red+Green+Blue) = 39+49+146=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #273192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273192 is #D8CE6D. Grayscale: #383838. Windows color (decimal): -14208622 or 9580839. OLE color: 9580839.

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

Color convert

RGB3949146-
CMYK0.730.6600.43
HSL234.39º57.84%36.27%-
HSV(B)234.39º73.29%57.25%-
XYZ7.124.727.73-
YUV57.07178.19115.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=16.67%
G=20.94%
B=62.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39491460.730.6600.43234.3957.8436.27
Hex273192494202Bea3a24
Octal47612221111020533527244
Binary1001111100011001001010010011000010010101111101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273192; }

 p { color: rgb(39,49,146); }

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

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

 a { background-color: rgb(39,49,146); }

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

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

 span { border-color: rgb(39,49,146); }

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