#25429E

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

Shades of Egyptian Blue #25429E

Tints of Egyptian Blue #25429E

Color information

#25429E (or 0x25429E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 42 and 9E. RGB value is (37,66,158). Sum of RGB (Red+Green+Blue) = 37+66+158=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #25429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25429E is #DABD61. Grayscale: #434343. Windows color (decimal): -14335330 or 10371621. OLE color: 10371621.

HSL color Cylindrical-coordinate representation of color #25429E: hue angle of 225.62º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25429E is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3766158-
CMYK0.770.5800.38
HSL225.62º62.05%38.24%-
HSV(B)225.62º76.58%61.96%-
XYZ8.886.7633.18-
YUV67.82178.89106.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=14.18%
G=25.29%
B=60.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37661580.770.5800.38225.6262.0538.24
Hex25429E4D3A026e23e26
Octal45102236115720463427646
Binary1001011000010100111101001101111010010011011100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25429E; }

 p { color: rgb(37,66,158); }

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

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

 a { background-color: rgb(37,66,158); }

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

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

 span { border-color: rgb(37,66,158); }

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