#272E94

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

Shades of Egyptian Blue #272E94

Tints of Egyptian Blue #272E94

Color information

#272E94 (or 0x272E94) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2E and 94. RGB value is (39,46,148). Sum of RGB (Red+Green+Blue) = 39+46+148=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #272E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E94 is #D8D16B. Grayscale: #373737. Windows color (decimal): -14209388 or 9711143. OLE color: 9711143.

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

Color convert

RGB3946148-
CMYK0.740.6900.42
HSL236.15º58.29%36.67%-
HSV(B)236.15º73.65%58.04%-
XYZ7.164.5228.51-
YUV55.54180.18116.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=16.74%
G=19.74%
B=63.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39461480.740.6900.42236.1558.2936.67
Hex272E944A4502Aec3a25
Octal47562241121050523547245
Binary1001111011101001010010010101000101010101011101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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