#253390

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

Shades of Egyptian Blue #253390

Tints of Egyptian Blue #253390

Color information

#253390 (or 0x253390) is unknown color: approx Egyptian Blue. HEX triplet: 25, 33 and 90. RGB value is (37,51,144). Sum of RGB (Red+Green+Blue) = 37+51+144=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #253390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253390 is #DACC6F. Grayscale: #393939. Windows color (decimal): -14339184 or 9450277. OLE color: 9450277.

HSL color Cylindrical-coordinate representation of color #253390: hue angle of 232.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253390 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3751144-
CMYK0.740.6500.44
HSL232.15º59.12%35.49%-
HSV(B)232.15º74.31%56.47%-
XYZ6.984.7726.94-
YUV57.42176.86113.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=15.95%
G=21.98%
B=62.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37511440.740.6500.44232.1559.1235.49
Hex2533904A4102Ce83b23
Octal45632201121010543507343
Binary1001011100111001000010010101000001010110011101000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253390; }

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

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

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

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

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

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

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

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