#25369E

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

Shades of Egyptian Blue #25369E

Tints of Egyptian Blue #25369E

Color information

#25369E (or 0x25369E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 36 and 9E. RGB value is (37,54,158). Sum of RGB (Red+Green+Blue) = 37+54+158=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #25369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25369E is #DAC961. Grayscale: #3C3C3C. Windows color (decimal): -14338402 or 10368549. OLE color: 10368549.

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

Color convert

RGB3754158-
CMYK0.770.6600.38
HSL231.57º62.05%38.24%-
HSV(B)231.57º76.58%61.96%-
XYZ8.255.532.97-
YUV60.77182.87111.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=14.86%
G=21.69%
B=63.45%

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
Decimal37541580.770.6600.38231.5762.0538.24
Hex25369E4D42026e83e26
Octal45662361151020463507646
Binary1001011101101001111010011011000010010011011101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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