#25349F

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

Shades of Egyptian Blue #25349F

Tints of Egyptian Blue #25349F

Color information

#25349F (or 0x25349F) is unknown color: approx Egyptian Blue. HEX triplet: 25, 34 and 9F. RGB value is (37,52,159). Sum of RGB (Red+Green+Blue) = 37+52+159=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #25349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25349F is #DACB60. Grayscale: #3B3B3B. Windows color (decimal): -14338913 or 10433573. OLE color: 10433573.

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

Color convert

RGB3752159-
CMYK0.770.6700.38
HSL232.62º62.24%38.43%-
HSV(B)232.62º76.73%62.35%-
XYZ8.255.3533.4-
YUV59.71184.03111.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=14.92%
G=20.97%
B=64.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37521590.770.6700.38232.6262.2438.43
Hex25349F4D43026e93e26
Octal45642371151030463517646
Binary1001011101001001111110011011000011010011011101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25349F; }

 p { color: rgb(37,52,159); }

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

<style>
 a { background-color: #25349F; }

 a { background-color: rgb(37,52,159); }

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

<style>
 span { border-color: #25349F; }

 span { border-color: rgb(37,52,159); }

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