#272E95

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

Shades of Egyptian Blue #272E95

Tints of Egyptian Blue #272E95

Color information

#272E95 (or 0x272E95) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2E and 95. RGB value is (39,46,149). Sum of RGB (Red+Green+Blue) = 39+46+149=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #272E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E95 is #D8D16A. Grayscale: #373737. Windows color (decimal): -14209387 or 9776679. OLE color: 9776679.

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

Color convert

RGB3946149-
CMYK0.740.6900.42
HSL236.18º58.51%36.86%-
HSV(B)236.18º73.83%58.43%-
XYZ7.244.5628.93-
YUV55.65180.68116.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=16.67%
G=19.66%
B=63.68%

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
Decimal39461490.740.6900.42236.1858.5136.86
Hex272E954A4502Aec3b25
Octal47562251121050523547345
Binary1001111011101001010110010101000101010101011101100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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