#253591

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

Shades of Egyptian Blue #253591

Tints of Egyptian Blue #253591

Color information

#253591 (or 0x253591) is unknown color: approx Egyptian Blue. HEX triplet: 25, 35 and 91. RGB value is (37,53,145). Sum of RGB (Red+Green+Blue) = 37+53+145=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #253591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253591 is #DACA6E. Grayscale: #3A3A3A. Windows color (decimal): -14338671 or 9516325. OLE color: 9516325.

HSL color Cylindrical-coordinate representation of color #253591: hue angle of 231.11º 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 #253591 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3753145-
CMYK0.740.6300.43
HSL231.11º59.34%35.69%-
HSV(B)231.11º74.48%56.86%-
XYZ7.154.9827.37-
YUV58.7176.7112.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=15.74%
G=22.55%
B=61.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37531450.740.6300.43231.1159.3435.69
Hex2535914A3F02Be73b24
Octal4565221112770533477344
Binary100101110101100100011001010111111010101111100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253591; }

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

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

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

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

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

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

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

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