#273596

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

Shades of Egyptian Blue #273596

Tints of Egyptian Blue #273596

Color information

#273596 (or 0x273596) is unknown color: approx Egyptian Blue. HEX triplet: 27, 35 and 96. RGB value is (39,53,150). Sum of RGB (Red+Green+Blue) = 39+53+150=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #273596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273596 is #D8CA69. Grayscale: #3B3B3B. Windows color (decimal): -14207594 or 9844007. OLE color: 9844007.

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

Color convert

RGB3953150-
CMYK0.740.6500.41
HSL232.43º58.73%37.06%-
HSV(B)232.43º74%58.82%-
XYZ7.615.1829.45-
YUV59.87178.86113.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=16.12%
G=21.90%
B=61.98%

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
Decimal39531500.740.6500.41232.4358.7337.06
Hex2735964A41029e83b25
Octal47652261121010513507345
Binary1001111101011001011010010101000001010100111101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273596; }

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

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

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

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

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

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

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

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