#25409E

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

Shades of Egyptian Blue #25409E

Tints of Egyptian Blue #25409E

Color information

#25409E (or 0x25409E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 40 and 9E. RGB value is (37,64,158). Sum of RGB (Red+Green+Blue) = 37+64+158=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #25409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25409E is #DABF61. Grayscale: #424242. Windows color (decimal): -14335842 or 10371109. OLE color: 10371109.

HSL color Cylindrical-coordinate representation of color #25409E: hue angle of 226.61º 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 #25409E is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3764158-
CMYK0.770.5900.38
HSL226.61º62.05%38.24%-
HSV(B)226.61º76.58%61.96%-
XYZ8.776.5333.15-
YUV66.64179.55106.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=14.29%
G=24.71%
B=61.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37641580.770.5900.38226.6162.0538.24
Hex25409E4D3B026e33e26
Octal45100236115730463437646
Binary1001011000000100111101001101111011010011011100011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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