#2832A1

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

Shades of Egyptian Blue #2832A1

Tints of Egyptian Blue #2832A1

Color information

#2832A1 (or 0x2832A1) is unknown color: approx Egyptian Blue. HEX triplet: 28, 32 and A1. RGB value is (40,50,161). Sum of RGB (Red+Green+Blue) = 40+50+161=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #2832A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2832A1 is #D7CD5E. Grayscale: #3B3B3B. Windows color (decimal): -14142815 or 10564136. OLE color: 10564136.

HSL color Cylindrical-coordinate representation of color #2832A1: hue angle of 235.04º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2832A1 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4050161-
CMYK0.750.6900.37
HSL235.04º60.2%39.41%-
HSV(B)235.04º75.16%63.14%-
XYZ8.455.3134.3-
YUV59.66185.19113.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 161 (63.28% from 255) = 64.14%
R=15.94%
G=19.92%
B=64.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40501610.750.6900.37235.0460.239.41
Hex2832A14B45025eb3c27
Octal50622411131050453537447
Binary1010001100101010000110010111000101010010111101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2832A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2832A1; }

 p { color: rgb(40,50,161); }

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

<style>
 a { background-color: #2832A1; }

 a { background-color: rgb(40,50,161); }

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

<style>
 span { border-color: #2832A1; }

 span { border-color: rgb(40,50,161); }

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