#252990

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

Shades of Egyptian Blue #252990

Tints of Egyptian Blue #252990

Color information

#252990 (or 0x252990) is unknown color: approx Egyptian Blue. HEX triplet: 25, 29 and 90. RGB value is (37,41,144). Sum of RGB (Red+Green+Blue) = 37+41+144=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #252990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252990 is #DAD66F. Grayscale: #333333. Windows color (decimal): -14341744 or 9447717. OLE color: 9447717.

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

Color convert

RGB3741144-
CMYK0.740.7200.44
HSL237.76º59.12%35.49%-
HSV(B)237.76º74.31%56.47%-
XYZ6.593.9926.81-
YUV51.55180.17117.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 144 (56.64% from 255) = 64.86%
R=16.67%
G=18.47%
B=64.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37411440.740.7200.44237.7659.1235.49
Hex2529904A4802Cee3b23
Octal45512201121100543567343
Binary1001011010011001000010010101001000010110011101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252990; }

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

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

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

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

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

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

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

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