#273395

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

Shades of Egyptian Blue #273395

Tints of Egyptian Blue #273395

Color information

#273395 (or 0x273395) is unknown color: approx Egyptian Blue. HEX triplet: 27, 33 and 95. RGB value is (39,51,149). Sum of RGB (Red+Green+Blue) = 39+51+149=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #273395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273395 is #D8CC6A. Grayscale: #3A3A3A. Windows color (decimal): -14208107 or 9777959. OLE color: 9777959.

HSL color Cylindrical-coordinate representation of color #273395: hue angle of 233.45º degrees, saturation: 0.59, 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 #273395 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3951149-
CMYK0.740.6600.42
HSL233.45º58.51%36.86%-
HSV(B)233.45º73.83%58.43%-
XYZ7.454.9729-
YUV58.58179.02114.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=16.32%
G=21.34%
B=62.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39511490.740.6600.42233.4558.5136.86
Hex2733954A4202Ae93b25
Octal47632251121020523517345
Binary1001111100111001010110010101000010010101011101001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273395; }

 p { color: rgb(39,51,149); }

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

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

 a { background-color: rgb(39,51,149); }

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

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

 span { border-color: rgb(39,51,149); }

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