#272E92

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

Shades of Egyptian Blue #272E92

Tints of Egyptian Blue #272E92

Color information

#272E92 (or 0x272E92) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2E and 92. RGB value is (39,46,146). Sum of RGB (Red+Green+Blue) = 39+46+146=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #272E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E92 is #D8D16D. Grayscale: #363636. Windows color (decimal): -14209390 or 9580071. OLE color: 9580071.

HSL color Cylindrical-coordinate representation of color #272E92: hue angle of 236.07º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272E92 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3946146-
CMYK0.730.6800.43
HSL236.07º57.84%36.27%-
HSV(B)236.07º73.29%57.25%-
XYZ74.4627.69-
YUV55.31179.18116.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=16.88%
G=19.91%
B=63.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39461460.730.6800.43236.0757.8436.27
Hex272E92494402Bec3a24
Octal47562221111040533547244
Binary1001111011101001001010010011000100010101111101100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272E92; }

 p { color: rgb(39,46,146); }

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

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

 a { background-color: rgb(39,46,146); }

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

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

 span { border-color: rgb(39,46,146); }

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