#25369F

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

Shades of Egyptian Blue #25369F

Tints of Egyptian Blue #25369F

Color information

#25369F (or 0x25369F) is unknown color: approx Egyptian Blue. HEX triplet: 25, 36 and 9F. RGB value is (37,54,159). Sum of RGB (Red+Green+Blue) = 37+54+159=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #25369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25369F is #DAC960. Grayscale: #3C3C3C. Windows color (decimal): -14338401 or 10434085. OLE color: 10434085.

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

Color convert

RGB3754159-
CMYK0.770.6600.38
HSL231.64º62.24%38.43%-
HSV(B)231.64º76.73%62.35%-
XYZ8.345.5333.43-
YUV60.89183.37110.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=14.8%
G=21.6%
B=63.6%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37541590.770.6600.38231.6462.2438.43
Hex25369F4D42026e83e26
Octal45662371151020463507646
Binary1001011101101001111110011011000010010011011101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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