#2834A3

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

Shades of Egyptian Blue #2834A3

Tints of Egyptian Blue #2834A3

Color information

#2834A3 (or 0x2834A3) is unknown color: approx Egyptian Blue. HEX triplet: 28, 34 and A3. RGB value is (40,52,163). Sum of RGB (Red+Green+Blue) = 40+52+163=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #2834A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2834A3 is #D7CB5C. Grayscale: #3C3C3C. Windows color (decimal): -14142301 or 10695720. OLE color: 10695720.

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

Color convert

RGB4052163-
CMYK0.750.6800.36
HSL234.15º60.59%39.8%-
HSV(B)234.15º75.46%63.92%-
XYZ8.715.5535.26-
YUV61.07185.52112.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 163 (64.06% from 255) = 63.92%
R=15.69%
G=20.39%
B=63.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40521630.750.6800.36234.1560.5939.8
Hex2834A34B44024ea3d28
Octal50642431131040443527550
Binary1010001101001010001110010111000100010010011101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2834A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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