#273B96

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

Shades of Egyptian Blue #273B96

Tints of Egyptian Blue #273B96

Color information

#273B96 (or 0x273B96) is unknown color: approx Egyptian Blue. HEX triplet: 27, 3B and 96. RGB value is (39,59,150). Sum of RGB (Red+Green+Blue) = 39+59+150=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #273B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B96 is #D8C469. Grayscale: #3F3F3F. Windows color (decimal): -14206058 or 9845543. OLE color: 9845543.

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

Color convert

RGB3959150-
CMYK0.740.6100.41
HSL229.19º58.73%37.06%-
HSV(B)229.19º74%58.82%-
XYZ7.915.7629.55-
YUV63.39176.87110.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=15.73%
G=23.79%
B=60.48%

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
Decimal39591500.740.6100.41229.1958.7337.06
Hex273B964A3D029e53b25
Octal4773226112750513457345
Binary100111111011100101101001010111101010100111100101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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