#25379B

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

Shades of Egyptian Blue #25379B

Tints of Egyptian Blue #25379B

Color information

#25379B (or 0x25379B) is unknown color: approx Egyptian Blue. HEX triplet: 25, 37 and 9B. RGB value is (37,55,155). Sum of RGB (Red+Green+Blue) = 37+55+155=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #25379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25379B is #DAC864. Grayscale: #3C3C3C. Windows color (decimal): -14338149 or 10172197. OLE color: 10172197.

HSL color Cylindrical-coordinate representation of color #25379B: hue angle of 230.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25379B is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3755155-
CMYK0.760.6500.39
HSL230.85º61.46%37.65%-
HSV(B)230.85º76.13%60.78%-
XYZ8.055.4931.65-
YUV61.02181.04110.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=14.98%
G=22.27%
B=62.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37551550.760.6500.39230.8561.4637.65
Hex25379B4C41027e73d26
Octal45672331141010473477546
Binary1001011101111001101110011001000001010011111100111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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