#2836A3

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

Shades of Egyptian Blue #2836A3

Tints of Egyptian Blue #2836A3

Color information

#2836A3 (or 0x2836A3) is unknown color: approx Egyptian Blue. HEX triplet: 28, 36 and A3. RGB value is (40,54,163). Sum of RGB (Red+Green+Blue) = 40+54+163=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 163 (64.06% from 255 or 63.42% from 257); Max value from RGB is 163 - color contains mainly: blue. Hex color #2836A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2836A3 is #D7C95C. Grayscale: #3D3D3D. Windows color (decimal): -14141789 or 10696232. OLE color: 10696232.

HSL color Cylindrical-coordinate representation of color #2836A3: hue angle of 233.17º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2836A3 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4054163-
CMYK0.750.6700.36
HSL233.17º60.59%39.8%-
HSV(B)233.17º75.46%63.92%-
XYZ8.815.7335.29-
YUV62.24184.86112.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 163 (64.06% from 255) = 63.42%
R=15.56%
G=21.01%
B=63.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40541630.750.6700.36233.1760.5939.8
Hex2836A34B43024e93d28
Octal50662431131030443517550
Binary1010001101101010001110010111000011010010011101001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2836A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2836A3; }

 p { color: rgb(40,54,163); }

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

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

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

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

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

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

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