#272A92

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

Shades of Egyptian Blue #272A92

Tints of Egyptian Blue #272A92

Color information

#272A92 (or 0x272A92) is unknown color: approx Egyptian Blue. HEX triplet: 27, 2A and 92. RGB value is (39,42,146). Sum of RGB (Red+Green+Blue) = 39+42+146=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #272A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272A92 is #D8D56D. Grayscale: #343434. Windows color (decimal): -14210414 or 9579047. OLE color: 9579047.

HSL color Cylindrical-coordinate representation of color #272A92: hue angle of 238.32º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272A92 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3942146-
CMYK0.730.7100.43
HSL238.32º57.84%36.27%-
HSV(B)238.32º73.29%57.25%-
XYZ6.854.1627.64-
YUV52.96180.51118.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 146 (57.42% from 255) = 64.32%
R=17.18%
G=18.50%
B=64.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39421460.730.7100.43238.3257.8436.27
Hex272A92494702Bee3a24
Octal47522221111070533567244
Binary1001111010101001001010010011000111010101111101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,146); }

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

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

 a { background-color: rgb(39,42,146); }

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

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

 span { border-color: rgb(39,42,146); }

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