#25299D

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

Shades of Egyptian Blue #25299D

Tints of Egyptian Blue #25299D

Color information

#25299D (or 0x25299D) is unknown color: approx Egyptian Blue. HEX triplet: 25, 29 and 9D. RGB value is (37,41,157). Sum of RGB (Red+Green+Blue) = 37+41+157=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #25299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25299D is #DAD662. Grayscale: #343434. Windows color (decimal): -14341731 or 10299685. OLE color: 10299685.

HSL color Cylindrical-coordinate representation of color #25299D: hue angle of 238º 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 #25299D is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3741157-
CMYK0.760.7400.38
HSL238º61.86%38.04%-
HSV(B)238º76.43%61.57%-
XYZ7.644.4132.35-
YUV53.03186.67116.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 157 (61.72% from 255) = 66.81%
R=15.74%
G=17.45%
B=66.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37411570.760.7400.3823861.8638.04
Hex25299D4C4A026ee3e26
Octal45512351141120463567646
Binary1001011010011001110110011001001010010011011101110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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