#25429C

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

Shades of Egyptian Blue #25429C

Tints of Egyptian Blue #25429C

Color information

#25429C (or 0x25429C) is unknown color: approx Egyptian Blue. HEX triplet: 25, 42 and 9C. RGB value is (37,66,156). Sum of RGB (Red+Green+Blue) = 37+66+156=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #25429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25429C is #DABD63. Grayscale: #434343. Windows color (decimal): -14335332 or 10240549. OLE color: 10240549.

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

Color convert

RGB3766156-
CMYK0.760.5800.39
HSL225.38º61.66%37.84%-
HSV(B)225.38º76.28%61.18%-
XYZ8.716.6932.28-
YUV67.59177.89106.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 156 (61.33% from 255) = 60.23%
R=14.29%
G=25.48%
B=60.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37661560.760.5800.39225.3861.6637.84
Hex25429C4C3A027e13e26
Octal45102234114720473417646
Binary1001011000010100111001001100111010010011111100001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25429C; }

 p { color: rgb(37,66,156); }

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

<style>
 a { background-color: #25429C; }

 a { background-color: rgb(37,66,156); }

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

<style>
 span { border-color: #25429C; }

 span { border-color: rgb(37,66,156); }

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