#25369D

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

Shades of Egyptian Blue #25369D

Tints of Egyptian Blue #25369D

Color information

#25369D (or 0x25369D) is unknown color: approx Egyptian Blue. HEX triplet: 25, 36 and 9D. RGB value is (37,54,157). Sum of RGB (Red+Green+Blue) = 37+54+157=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #25369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25369D is #DAC962. Grayscale: #3C3C3C. Windows color (decimal): -14338403 or 10303013. OLE color: 10303013.

HSL color Cylindrical-coordinate representation of color #25369D: hue angle of 231.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25369D is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3754157-
CMYK0.760.6600.38
HSL231.5º61.86%38.04%-
HSV(B)231.5º76.43%61.57%-
XYZ8.175.4732.52-
YUV60.66182.37111.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=14.92%
G=21.77%
B=63.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37541570.760.6600.38231.561.8638.04
Hex25369D4C42026e83e26
Octal45662351141020463507646
Binary1001011101101001110110011001000010010011011101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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