#253299

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

Shades of Egyptian Blue #253299

Tints of Egyptian Blue #253299

Color information

#253299 (or 0x253299) is unknown color: approx Egyptian Blue. HEX triplet: 25, 32 and 99. RGB value is (37,50,153). Sum of RGB (Red+Green+Blue) = 37+50+153=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #253299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253299 is #DACD66. Grayscale: #393939. Windows color (decimal): -14339431 or 10039845. OLE color: 10039845.

HSL color Cylindrical-coordinate representation of color #253299: hue angle of 233.28º 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 #253299 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3750153-
CMYK0.760.6700.4
HSL233.28º61.05%37.25%-
HSV(B)233.28º75.82%60%-
XYZ7.654.9730.69-
YUV57.86181.69113.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=15.42%
G=20.83%
B=63.75%

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
Decimal37501530.760.6700.4233.2861.0537.25
Hex2532994C43028e93d25
Octal45622311141030503517545
Binary1001011100101001100110011001000011010100011101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253299; }

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

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

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

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

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

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

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

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