#25359F

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

Shades of Egyptian Blue #25359F

Tints of Egyptian Blue #25359F

Color information

#25359F (or 0x25359F) is unknown color: approx Egyptian Blue. HEX triplet: 25, 35 and 9F. RGB value is (37,53,159). Sum of RGB (Red+Green+Blue) = 37+53+159=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #25359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25359F is #DACA60. Grayscale: #3B3B3B. Windows color (decimal): -14338657 or 10433829. OLE color: 10433829.

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

Color convert

RGB3753159-
CMYK0.770.6700.38
HSL232.13º62.24%38.43%-
HSV(B)232.13º76.73%62.35%-
XYZ8.295.4433.41-
YUV60.3183.7111.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=14.86%
G=21.29%
B=63.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37531590.770.6700.38232.1362.2438.43
Hex25359F4D43026e83e26
Octal45652371151030463507646
Binary1001011101011001111110011011000011010011011101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25359F; }

 p { color: rgb(37,53,159); }

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

<style>
 a { background-color: #25359F; }

 a { background-color: rgb(37,53,159); }

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

<style>
 span { border-color: #25359F; }

 span { border-color: rgb(37,53,159); }

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