#273295

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

Shades of Egyptian Blue #273295

Tints of Egyptian Blue #273295

Color information

#273295 (or 0x273295) is unknown color: approx Egyptian Blue. HEX triplet: 27, 32 and 95. RGB value is (39,50,149). Sum of RGB (Red+Green+Blue) = 39+50+149=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #273295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273295 is #D8CD6A. Grayscale: #393939. Windows color (decimal): -14208363 or 9777703. OLE color: 9777703.

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

Color convert

RGB3950149-
CMYK0.740.6600.42
HSL234º58.51%36.86%-
HSV(B)234º73.83%58.43%-
XYZ7.44.8828.99-
YUV58179.36114.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 149 (58.59% from 255) = 62.61%
R=16.39%
G=21.01%
B=62.61%

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
Decimal39501490.740.6600.4223458.5136.86
Hex2732954A4202Aea3b25
Octal47622251121020523527345
Binary1001111100101001010110010101000010010101011101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273295; }

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

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

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

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

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

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

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

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