#25389E

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

Shades of Egyptian Blue #25389E

Tints of Egyptian Blue #25389E

Color information

#25389E (or 0x25389E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 38 and 9E. RGB value is (37,56,158). Sum of RGB (Red+Green+Blue) = 37+56+158=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #25389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25389E is #DAC761. Grayscale: #3D3D3D. Windows color (decimal): -14337890 or 10369061. OLE color: 10369061.

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

Color convert

RGB3756158-
CMYK0.770.6500.38
HSL230.58º62.05%38.24%-
HSV(B)230.58º76.58%61.96%-
XYZ8.355.6933.01-
YUV61.95182.21110.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=14.74%
G=22.31%
B=62.95%

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
Decimal37561580.770.6500.38230.5862.0538.24
Hex25389E4D41026e73e26
Octal45702361151010463477646
Binary1001011110001001111010011011000001010011011100111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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