#272F95

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

Shades of Egyptian Blue #272F95

Tints of Egyptian Blue #272F95

Color information

#272F95 (or 0x272F95) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2F and 95. RGB value is (39,47,149). Sum of RGB (Red+Green+Blue) = 39+47+149=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #272F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272F95 is #D8D06A. Grayscale: #373737. Windows color (decimal): -14209131 or 9776935. OLE color: 9776935.

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

Color convert

RGB3947149-
CMYK0.740.6800.42
HSL235.64º58.51%36.86%-
HSV(B)235.64º73.83%58.43%-
XYZ7.284.6328.94-
YUV56.24180.35115.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=16.60%
G=20%
B=63.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39471490.740.6800.42235.6458.5136.86
Hex272F954A4402Aec3b25
Octal47572251121040523547345
Binary1001111011111001010110010101000100010101011101100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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