#282C99

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

Shades of Egyptian Blue #282C99

Tints of Egyptian Blue #282C99

Color information

#282C99 (or 0x282C99) is unknown color: approx Egyptian Blue. HEX triplet: 28, 2C and 99. RGB value is (40,44,153). Sum of RGB (Red+Green+Blue) = 40+44+153=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #282C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C99 is #D7D366. Grayscale: #363636. Windows color (decimal): -14144359 or 10038312. OLE color: 10038312.

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

Color convert

RGB4044153-
CMYK0.740.7100.4
HSL237.88º58.55%37.84%-
HSV(B)237.88º73.86%60%-
XYZ7.534.5530.62-
YUV55.23183.17117.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 153 (60.16% from 255) = 64.56%
R=16.88%
G=18.57%
B=64.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal40441530.740.7100.4237.8858.5537.84
Hex282C994A47028ee3b26
Octal50542311121070503567346
Binary1010001011001001100110010101000111010100011101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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