#272C96

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

Shades of Egyptian Blue #272C96

Tints of Egyptian Blue #272C96

Color information

#272C96 (or 0x272C96) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2C and 96. RGB value is (39,44,150). Sum of RGB (Red+Green+Blue) = 39+44+150=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #272C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272C96 is #D8D369. Grayscale: #363636. Windows color (decimal): -14209898 or 9841703. OLE color: 9841703.

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

Color convert

RGB3944150-
CMYK0.740.7100.41
HSL237.3º58.73%37.06%-
HSV(B)237.3º74%58.82%-
XYZ7.244.4329.33-
YUV54.59181.84116.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=16.74%
G=18.88%
B=64.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39441500.740.7100.41237.358.7337.06
Hex272C964A47029ed3b25
Octal47542261121070513557345
Binary1001111011001001011010010101000111010100111101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,44,150); }

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

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

 a { background-color: rgb(39,44,150); }

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

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

 span { border-color: rgb(39,44,150); }

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