#253191

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

Shades of Egyptian Blue #253191

Tints of Egyptian Blue #253191

Color information

#253191 (or 0x253191) is unknown color: approx Egyptian Blue. HEX triplet: 25, 31 and 91. RGB value is (37,49,145). Sum of RGB (Red+Green+Blue) = 37+49+145=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #253191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253191 is #DACE6E. Grayscale: #373737. Windows color (decimal): -14339695 or 9515301. OLE color: 9515301.

HSL color Cylindrical-coordinate representation of color #253191: hue angle of 233.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253191 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3749145-
CMYK0.740.6600.43
HSL233.33º59.34%35.69%-
HSV(B)233.33º74.48%56.86%-
XYZ6.974.6327.32-
YUV56.36178.02114.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 145 (57.03% from 255) = 62.77%
R=16.02%
G=21.21%
B=62.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37491450.740.6600.43233.3359.3435.69
Hex2531914A4202Be93b24
Octal45612211121020533517344
Binary1001011100011001000110010101000010010101111101001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253191; }

 p { color: rgb(37,49,145); }

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

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

 a { background-color: rgb(37,49,145); }

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

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

 span { border-color: rgb(37,49,145); }

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