#253397

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

Shades of Egyptian Blue #253397

Tints of Egyptian Blue #253397

Color information

#253397 (or 0x253397) is unknown color: approx Egyptian Blue. HEX triplet: 25, 33 and 97. RGB value is (37,51,151). Sum of RGB (Red+Green+Blue) = 37+51+151=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #253397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253397 is #DACC68. Grayscale: #393939. Windows color (decimal): -14339177 or 9909029. OLE color: 9909029.

HSL color Cylindrical-coordinate representation of color #253397: hue angle of 232.63º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253397 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3751151-
CMYK0.750.6600.41
HSL232.63º60.64%36.86%-
HSV(B)232.63º75.5%59.22%-
XYZ7.53529.85-
YUV58.21180.36112.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 151 (59.38% from 255) = 63.18%
R=15.48%
G=21.34%
B=63.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37511510.750.6600.41232.6360.6436.86
Hex2533974B42029e93d25
Octal45632271131020513517545
Binary1001011100111001011110010111000010010100111101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253397; }

 p { color: rgb(37,51,151); }

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

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

 a { background-color: rgb(37,51,151); }

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

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

 span { border-color: rgb(37,51,151); }

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