#272EA4

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

Shades of Egyptian Blue #272EA4

Tints of Egyptian Blue #272EA4

Color information

#272EA4 (or 0x272EA4) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2E and A4. RGB value is (39,46,164). Sum of RGB (Red+Green+Blue) = 39+46+164=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 164 (64.45% from 255 or 65.86% from 249); Max value from RGB is 164 - color contains mainly: blue. Hex color #272EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272EA4 is #D8D15B. Grayscale: #383838. Windows color (decimal): -14209372 or 10759719. OLE color: 10759719.

HSL color Cylindrical-coordinate representation of color #272EA4: hue angle of 236.64º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #272EA4 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3946164-
CMYK0.760.7200.36
HSL236.64º61.58%39.8%-
HSV(B)236.64º76.22%64.31%-
XYZ8.515.0735.65-
YUV57.36188.18114.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 164 (64.45% from 255) = 65.86%
R=15.66%
G=18.47%
B=65.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39461640.760.7200.36236.6461.5839.8
Hex272EA44C48024ed3e28
Octal47562441141100443557650
Binary1001111011101010010010011001001000010010011101101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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