#254099

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

Shades of Egyptian Blue #254099

Tints of Egyptian Blue #254099

Color information

#254099 (or 0x254099) is unknown color: approx Egyptian Blue. HEX triplet: 25, 40 and 99. RGB value is (37,64,153). Sum of RGB (Red+Green+Blue) = 37+64+153=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #254099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254099 is #DABF66. Grayscale: #414141. Windows color (decimal): -14335847 or 10043429. OLE color: 10043429.

HSL color Cylindrical-coordinate representation of color #254099: hue angle of 226.03º 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 #254099 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3764153-
CMYK0.760.5800.4
HSL226.03º61.05%37.25%-
HSV(B)226.03º75.82%60%-
XYZ8.356.3630.92-
YUV66.07177.05107.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=14.57%
G=25.20%
B=60.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37641530.760.5800.4226.0361.0537.25
Hex2540994C3A028e23d25
Octal45100231114720503427545
Binary1001011000000100110011001100111010010100011100010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254099; }

 p { color: rgb(37,64,153); }

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

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

 a { background-color: rgb(37,64,153); }

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

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

 span { border-color: rgb(37,64,153); }

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