#2838A3

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

Shades of Egyptian Blue #2838A3

Tints of Egyptian Blue #2838A3

Color information

#2838A3 (or 0x2838A3) is unknown color: approx Egyptian Blue. HEX triplet: 28, 38 and A3. RGB value is (40,56,163). Sum of RGB (Red+Green+Blue) = 40+56+163=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #2838A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2838A3 is #D7C75C. Grayscale: #3E3E3E. Windows color (decimal): -14141277 or 10696744. OLE color: 10696744.

HSL color Cylindrical-coordinate representation of color #2838A3: hue angle of 232.2º 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 #2838A3 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4056163-
CMYK0.750.6600.36
HSL232.2º60.59%39.8%-
HSV(B)232.2º75.46%63.92%-
XYZ8.95.9235.32-
YUV63.41184.2111.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 163 (64.06% from 255) = 62.93%
R=15.44%
G=21.62%
B=62.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40561630.750.6600.36232.260.5939.8
Hex2838A34B42024e83d28
Octal50702431131020443507550
Binary1010001110001010001110010111000010010010011101000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2838A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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