#2A2BA3

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

Shades of Egyptian Blue #2A2BA3

Tints of Egyptian Blue #2A2BA3

Color information

#2A2BA3 (or 0x2A2BA3) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 2B and A3. RGB value is (42,43,163). Sum of RGB (Red+Green+Blue) = 42+43+163=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 163 (64.06% from 255 or 65.73% from 248); Max value from RGB is 163 - color contains mainly: blue. Hex color #2A2BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2BA3 is #D5D45C. Grayscale: #373737. Windows color (decimal): -14013533 or 10693418. OLE color: 10693418.

HSL color Cylindrical-coordinate representation of color #2A2BA3: hue angle of 239.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2BA3 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4243163-
CMYK0.740.7400.36
HSL239.5º59.02%40.2%-
HSV(B)239.5º74.23%63.92%-
XYZ8.434.8635.14-
YUV56.38188.17117.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 163 (64.06% from 255) = 65.73%
R=16.94%
G=17.34%
B=65.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42431630.740.7400.36239.559.0240.2
Hex2A2BA34A4A024f03b28
Octal52532431121120443607350
Binary1010101010111010001110010101001010010010011110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2BA3; }

 p { color: rgb(42,43,163); }

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

<style>
 a { background-color: #2A2BA3; }

 a { background-color: rgb(42,43,163); }

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

<style>
 span { border-color: #2A2BA3; }

 span { border-color: rgb(42,43,163); }

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