#25369A

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

Shades of Egyptian Blue #25369A

Tints of Egyptian Blue #25369A

Color information

#25369A (or 0x25369A) is unknown color: approx Egyptian Blue. HEX triplet: 25, 36 and 9A. RGB value is (37,54,154). Sum of RGB (Red+Green+Blue) = 37+54+154=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #25369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25369A is #DAC965. Grayscale: #3B3B3B. Windows color (decimal): -14338406 or 10106405. OLE color: 10106405.

HSL color Cylindrical-coordinate representation of color #25369A: hue angle of 231.28º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25369A is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3754154-
CMYK0.760.6500.40
HSL231.28º61.26%37.45%-
HSV(B)231.28º75.97%60.39%-
XYZ7.915.3631.19-
YUV60.32180.87111.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 154 (60.55% from 255) = 62.86%
R=15.10%
G=22.04%
B=62.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37541540.760.6500.40231.2861.2637.45
Hex25369A4C41028e73d25
Octal45662321141010503477545
Binary1001011101101001101010011001000001010100011100111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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