#273292

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

Shades of Egyptian Blue #273292

Tints of Egyptian Blue #273292

Color information

#273292 (or 0x273292) is unknown color: approx Egyptian Blue. HEX triplet: 27, 32 and 92. RGB value is (39,50,146). Sum of RGB (Red+Green+Blue) = 39+50+146=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #273292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273292 is #D8CD6D. Grayscale: #393939. Windows color (decimal): -14208366 or 9581095. OLE color: 9581095.

HSL color Cylindrical-coordinate representation of color #273292: hue angle of 233.83º 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 #273292 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3950146-
CMYK0.730.6600.43
HSL233.83º57.84%36.27%-
HSV(B)233.83º73.29%57.25%-
XYZ7.174.7927.74-
YUV57.66177.86114.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 146 (57.42% from 255) = 62.13%
R=16.60%
G=21.28%
B=62.13%

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
Decimal39501460.730.6600.43233.8357.8436.27
Hex273292494202Bea3a24
Octal47622221111020533527244
Binary1001111100101001001010010011000010010101111101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273292; }

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

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

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

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

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

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

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

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