#2A2AA3

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

Shades of Egyptian Blue #2A2AA3

Tints of Egyptian Blue #2A2AA3

Color information

#2A2AA3 (or 0x2A2AA3) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 2A and A3. RGB value is (42,42,163). Sum of RGB (Red+Green+Blue) = 42+42+163=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 163 (64.06% from 255 or 65.99% from 247); Max value from RGB is 163 - color contains mainly: blue. Hex color #2A2AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2AA3 is #D5D55C. Grayscale: #373737. Windows color (decimal): -14013789 or 10693162. OLE color: 10693162.

HSL color Cylindrical-coordinate representation of color #2A2AA3: hue angle of 240º 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 #2A2AA3 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4242163-
CMYK0.740.7400.36
HSL240º59.02%40.2%-
HSV(B)240º74.23%63.92%-
XYZ8.394.7935.13-
YUV55.79188.5118.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 163 (64.06% from 255) = 65.99%
R=17.00%
G=17.00%
B=65.99%

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
Decimal42421630.740.7400.3624059.0240.2
Hex2A2AA34A4A024f03b28
Octal52522431121120443607350
Binary1010101010101010001110010101001010010010011110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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