#272FA4

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

Shades of Egyptian Blue #272FA4

Tints of Egyptian Blue #272FA4

Color information

#272FA4 (or 0x272FA4) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2F and A4. RGB value is (39,47,164). Sum of RGB (Red+Green+Blue) = 39+47+164=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 164 (64.45% from 255 or 65.6% from 250); Max value from RGB is 164 - color contains mainly: blue. Hex color #272FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272FA4 is #D8D05B. Grayscale: #393939. Windows color (decimal): -14209116 or 10759975. OLE color: 10759975.

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

Color convert

RGB3947164-
CMYK0.760.7100.36
HSL236.16º61.58%39.8%-
HSV(B)236.16º76.22%64.31%-
XYZ8.555.1435.66-
YUV57.95187.85114.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 164 (64.45% from 255) = 65.6%
R=15.6%
G=18.8%
B=65.6%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39471640.760.7100.36236.1661.5839.8
Hex272FA44C47024ec3e28
Octal47572441141070443547650
Binary1001111011111010010010011001000111010010011101100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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