#25389B

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

Shades of Egyptian Blue #25389B

Tints of Egyptian Blue #25389B

Color information

#25389B (or 0x25389B) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 9B. RGB value is (37,56,155). Sum of RGB (Red+Green+Blue) = 37+56+155=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #25389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25389B is #DAC764. Grayscale: #3D3D3D. Windows color (decimal): -14337893 or 10172453. OLE color: 10172453.

HSL color Cylindrical-coordinate representation of color #25389B: hue angle of 230.34º 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 #25389B is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3756155-
CMYK0.760.6400.39
HSL230.34º61.46%37.65%-
HSV(B)230.34º76.13%60.78%-
XYZ8.095.5931.66-
YUV61.6180.71110.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=14.92%
G=22.58%
B=62.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37561550.760.6400.39230.3461.4637.65
Hex25389B4C40027e63d26
Octal45702331141000473467546
Binary1001011110001001101110011001000000010011111100110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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