#273494

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

Shades of Egyptian Blue #273494

Tints of Egyptian Blue #273494

Color information

#273494 (or 0x273494) is unknown color: approx Egyptian Blue. HEX triplet: 27, 34 and 94. RGB value is (39,52,148). Sum of RGB (Red+Green+Blue) = 39+52+148=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #273494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273494 is #D8CB6B. Grayscale: #3A3A3A. Windows color (decimal): -14207852 or 9712679. OLE color: 9712679.

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

Color convert

RGB3952148-
CMYK0.740.6500.42
HSL232.84º58.29%36.67%-
HSV(B)232.84º73.65%58.04%-
XYZ7.415.0328.6-
YUV59.06178.19113.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=16.32%
G=21.76%
B=61.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39521480.740.6500.42232.8458.2936.67
Hex2734944A4102Ae93a25
Octal47642241121010523517245
Binary1001111101001001010010010101000001010101011101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273494; }

 p { color: rgb(39,52,148); }

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

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

 a { background-color: rgb(39,52,148); }

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

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

 span { border-color: rgb(39,52,148); }

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