#272A97

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

Shades of Egyptian Blue #272A97

Tints of Egyptian Blue #272A97

Color information

#272A97 (or 0x272A97) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2A and 97. RGB value is (39,42,151). Sum of RGB (Red+Green+Blue) = 39+42+151=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #272A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272A97 is #D8D568. Grayscale: #353535. Windows color (decimal): -14210409 or 9906727. OLE color: 9906727.

HSL color Cylindrical-coordinate representation of color #272A97: hue angle of 238.39º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272A97 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3942151-
CMYK0.740.7200.41
HSL238.39º58.95%37.25%-
HSV(B)238.39º74.17%59.22%-
XYZ7.254.3229.73-
YUV53.53183.01117.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 151 (59.38% from 255) = 65.09%
R=16.81%
G=18.10%
B=65.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39421510.740.7200.41238.3958.9537.25
Hex272A974A48029ee3b25
Octal47522271121100513567345
Binary1001111010101001011110010101001000010100111101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,151); }

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

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

 a { background-color: rgb(39,42,151); }

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

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

 span { border-color: rgb(39,42,151); }

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