#25299B

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

Shades of Egyptian Blue #25299B

Tints of Egyptian Blue #25299B

Color information

#25299B (or 0x25299B) is unknown color: approx Egyptian Blue. HEX triplet: 25, 29 and 9B. RGB value is (37,41,155). Sum of RGB (Red+Green+Blue) = 37+41+155=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #25299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25299B is #DAD664. Grayscale: #343434. Windows color (decimal): -14341733 or 10168613. OLE color: 10168613.

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

Color convert

RGB3741155-
CMYK0.760.7400.39
HSL237.97º61.46%37.65%-
HSV(B)237.97º76.13%60.78%-
XYZ7.474.3531.46-
YUV52.8185.67116.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=15.88%
G=17.60%
B=66.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37411550.760.7400.39237.9761.4637.65
Hex25299B4C4A027ee3d26
Octal45512331141120473567546
Binary1001011010011001101110011001001010010011111101110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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