#273496

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

Shades of Egyptian Blue #273496

Tints of Egyptian Blue #273496

Color information

#273496 (or 0x273496) is unknown color: approx Egyptian Blue. HEX triplet: 27, 34 and 96. RGB value is (39,52,150). Sum of RGB (Red+Green+Blue) = 39+52+150=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #273496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273496 is #D8CB69. Grayscale: #3A3A3A. Windows color (decimal): -14207850 or 9843751. OLE color: 9843751.

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

Color convert

RGB3952150-
CMYK0.740.6500.41
HSL232.97º58.73%37.06%-
HSV(B)232.97º74%58.82%-
XYZ7.575.0929.44-
YUV59.28179.19113.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=16.18%
G=21.58%
B=62.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39521500.740.6500.41232.9758.7337.06
Hex2734964A41029e93b25
Octal47642261121010513517345
Binary1001111101001001011010010101000001010100111101001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273496; }

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

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

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

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

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

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

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

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