#253399

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

Shades of Egyptian Blue #253399

Tints of Egyptian Blue #253399

Color information

#253399 (or 0x253399) is unknown color: approx Egyptian Blue. HEX triplet: 25, 33 and 99. RGB value is (37,51,153). Sum of RGB (Red+Green+Blue) = 37+51+153=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #253399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253399 is #DACC66. Grayscale: #3A3A3A. Windows color (decimal): -14339175 or 10040101. OLE color: 10040101.

HSL color Cylindrical-coordinate representation of color #253399: hue angle of 232.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #253399 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3751153-
CMYK0.760.6700.4
HSL232.76º61.05%37.25%-
HSV(B)232.76º75.82%60%-
XYZ7.75.0630.71-
YUV58.44181.36112.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 153 (60.16% from 255) = 63.49%
R=15.35%
G=21.16%
B=63.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37511530.760.6700.4232.7661.0537.25
Hex2533994C43028e93d25
Octal45632311141030503517545
Binary1001011100111001100110011001000011010100011101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253399; }

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

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

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

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

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

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

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

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