#2835A2

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

Shades of Egyptian Blue #2835A2

Tints of Egyptian Blue #2835A2

Color information

#2835A2 (or 0x2835A2) is unknown color: approx Egyptian Blue. HEX triplet: 28, 35 and A2. RGB value is (40,53,162). Sum of RGB (Red+Green+Blue) = 40+53+162=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 162 (63.67% from 255 or 63.53% from 255); Max value from RGB is 162 - color contains mainly: blue. Hex color #2835A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2835A2 is #D7CA5D. Grayscale: #3D3D3D. Windows color (decimal): -14142046 or 10630440. OLE color: 10630440.

HSL color Cylindrical-coordinate representation of color #2835A2: hue angle of 233.61º degrees, saturation: 0.6, 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 #2835A2 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4053162-
CMYK0.750.6700.36
HSL233.61º60.4%39.61%-
HSV(B)233.61º75.31%63.53%-
XYZ8.675.6134.81-
YUV61.54184.69112.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 162 (63.67% from 255) = 63.53%
R=15.69%
G=20.78%
B=63.53%

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
Decimal40531620.750.6700.36233.6160.439.61
Hex2835A24B43024ea3c28
Octal50652421131030443527450
Binary1010001101011010001010010111000011010010011101010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2835A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2835A2; }

 p { color: rgb(40,53,162); }

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

<style>
 a { background-color: #2835A2; }

 a { background-color: rgb(40,53,162); }

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

<style>
 span { border-color: #2835A2; }

 span { border-color: rgb(40,53,162); }

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