#25379E

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

Shades of Egyptian Blue #25379E

Tints of Egyptian Blue #25379E

Color information

#25379E (or 0x25379E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 37 and 9E. RGB value is (37,55,158). Sum of RGB (Red+Green+Blue) = 37+55+158=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #25379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25379E is #DAC861. Grayscale: #3C3C3C. Windows color (decimal): -14338146 or 10368805. OLE color: 10368805.

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

Color convert

RGB3755158-
CMYK0.770.6500.38
HSL231.07º62.05%38.24%-
HSV(B)231.07º76.58%61.96%-
XYZ8.35.5932.99-
YUV61.36182.54110.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=14.8%
G=22%
B=63.2%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37551580.770.6500.38231.0762.0538.24
Hex25379E4D41026e73e26
Octal45672361151010463477646
Binary1001011101111001111010011011000001010011011100111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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