#273a96

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

Shades of Egyptian Blue #273A96

Tints of Egyptian Blue #273A96

Color information

#273A96 (or 0x273A96) is unknown color: approx Egyptian Blue. HEX triplet: 27, 3A and 96. RGB value is (39,58,150). Sum of RGB (Red+Green+Blue) = 39+58+150=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #273A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273A96 is #D8C569. Grayscale: #3E3E3E. Windows color (decimal): -14206314 or 9845287. OLE color: 9845287.

HSL color Cylindrical-coordinate representation of color #273A96: hue angle of 229.73º 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 #273A96 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3958150-
CMYK0.740.6100.41
HSL229.73º58.73%37.06%-
HSV(B)229.73º74%58.82%-
XYZ7.855.6629.53-
YUV62.81177.21111.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=15.79%
G=23.48%
B=60.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39581500.740.6100.41229.7358.7337.06
Hex273A964A3D029e63b25
Octal4772226112750513467345
Binary100111111010100101101001010111101010100111100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273a96; }

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

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

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

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

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

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

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

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