#272F9A

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

Shades of Egyptian Blue #272F9A

Tints of Egyptian Blue #272F9A

Color information

#272F9A (or 0x272F9A) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2F and 9A. RGB value is (39,47,154). Sum of RGB (Red+Green+Blue) = 39+47+154=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #272F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272F9A is #D8D065. Grayscale: #383838. Windows color (decimal): -14209126 or 10104615. OLE color: 10104615.

HSL color Cylindrical-coordinate representation of color #272F9A: hue angle of 235.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #272F9A is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3947154-
CMYK0.750.6900.40
HSL235.83º59.59%37.84%-
HSV(B)235.83º74.68%60.39%-
XYZ7.694.831.09-
YUV56.81182.85115.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=16.25%
G=19.58%
B=64.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39471540.750.6900.40235.8359.5937.84
Hex272F9A4B45028ec3c26
Octal47572321131050503547446
Binary1001111011111001101010010111000101010100011101100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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