#282899

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

Shades of Egyptian Blue #282899

Tints of Egyptian Blue #282899

Color information

#282899 (or 0x282899) is unknown color: approx Egyptian Blue. HEX triplet: 28, 28 and 99. RGB value is (40,40,153). Sum of RGB (Red+Green+Blue) = 40+40+153=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #282899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282899 is #D7D766. Grayscale: #343434. Windows color (decimal): -14145383 or 10037288. OLE color: 10037288.

HSL color Cylindrical-coordinate representation of color #282899: hue angle of 240º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282899 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4040153-
CMYK0.740.7400.4
HSL240º58.55%37.84%-
HSV(B)240º73.86%60%-
XYZ7.384.2730.57-
YUV52.88184.5118.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 153 (60.16% from 255) = 65.67%
R=17.17%
G=17.17%
B=65.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal40401530.740.7400.424058.5537.84
Hex2828994A4A028f03b26
Octal50502311121120503607346
Binary1010001010001001100110010101001010010100011110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282899; }

 p { color: rgb(40,40,153); }

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

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

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

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

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

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

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