#282A99

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

Shades of Egyptian Blue #282A99

Tints of Egyptian Blue #282A99

Color information

#282A99 (or 0x282A99) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2A and 99. RGB value is (40,42,153). Sum of RGB (Red+Green+Blue) = 40+42+153=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #282A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A99 is #D7D566. Grayscale: #353535. Windows color (decimal): -14144871 or 10037800. OLE color: 10037800.

HSL color Cylindrical-coordinate representation of color #282A99: hue angle of 238.94º 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 #282A99 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4042153-
CMYK0.740.7300.4
HSL238.94º58.55%37.84%-
HSV(B)238.94º73.86%60%-
XYZ7.454.4130.59-
YUV54.06183.84117.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=17.02%
G=17.87%
B=65.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal40421530.740.7300.4238.9458.5537.84
Hex282A994A49028ef3b26
Octal50522311121110503577346
Binary1010001010101001100110010101001001010100011101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282A99; }

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

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

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

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

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

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

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

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