#272CA2

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

Shades of Egyptian Blue #272CA2

Tints of Egyptian Blue #272CA2

Color information

#272CA2 (or 0x272CA2) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2C and A2. RGB value is (39,44,162). Sum of RGB (Red+Green+Blue) = 39+44+162=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #272CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272CA2 is #D8D35D. Grayscale: #373737. Windows color (decimal): -14209886 or 10628135. OLE color: 10628135.

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

Color convert

RGB3944162-
CMYK0.760.7300.36
HSL237.56º61.19%39.41%-
HSV(B)237.56º75.93%63.53%-
XYZ8.264.8434.68-
YUV55.96187.84115.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=15.92%
G=17.96%
B=66.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39441620.760.7300.36237.5661.1939.41
Hex272CA24C49024ee3d27
Octal47542421141110443567547
Binary1001111011001010001010011001001001010010011101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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