#252992

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

Shades of Egyptian Blue #252992

Tints of Egyptian Blue #252992

Color information

#252992 (or 0x252992) is unknown color: approx Egyptian Blue. HEX triplet: 25, 29 and 92. RGB value is (37,41,146). Sum of RGB (Red+Green+Blue) = 37+41+146=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #252992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252992 is #DAD66D. Grayscale: #333333. Windows color (decimal): -14341742 or 9578789. OLE color: 9578789.

HSL color Cylindrical-coordinate representation of color #252992: hue angle of 237.8º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252992 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3741146-
CMYK0.750.7200.43
HSL237.8º59.56%35.88%-
HSV(B)237.8º74.66%57.25%-
XYZ6.744.0527.62-
YUV51.77181.17117.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=16.52%
G=18.30%
B=65.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37411460.750.7200.43237.859.5635.88
Hex2529924B4802Bee3c24
Octal45512221131100533567444
Binary1001011010011001001010010111001000010101111101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252992; }

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

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

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

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

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

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

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

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