#273394

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

Shades of Egyptian Blue #273394

Tints of Egyptian Blue #273394

Color information

#273394 (or 0x273394) is unknown color: approx Egyptian Blue. HEX triplet: 27, 33 and 94. RGB value is (39,51,148). Sum of RGB (Red+Green+Blue) = 39+51+148=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #273394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273394 is #D8CC6B. Grayscale: #3A3A3A. Windows color (decimal): -14208108 or 9712423. OLE color: 9712423.

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

Color convert

RGB3951148-
CMYK0.740.6600.42
HSL233.39º58.29%36.67%-
HSV(B)233.39º73.65%58.04%-
XYZ7.374.9428.58-
YUV58.47178.52114.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 148 (58.20% from 255) = 62.18%
R=16.39%
G=21.43%
B=62.18%

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
Decimal39511480.740.6600.42233.3958.2936.67
Hex2733944A4202Ae93a25
Octal47632241121020523517245
Binary1001111100111001010010010101000010010101011101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273394; }

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

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

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

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

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

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

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

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