#2A3AA2

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

Shades of Egyptian Blue #2A3AA2

Tints of Egyptian Blue #2A3AA2

Color information

#2A3AA2 (or 0x2A3AA2) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 3A and A2. RGB value is (42,58,162). Sum of RGB (Red+Green+Blue) = 42+58+162=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #2A3AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3AA2 is #D5C55D. Grayscale: #404040. Windows color (decimal): -14009694 or 10631722. OLE color: 10631722.

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

Color convert

RGB4258162-
CMYK0.740.6400.36
HSL232º58.82%40%-
HSV(B)232º74.07%63.53%-
XYZ8.996.1334.89-
YUV65.07182.7111.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 162 (63.67% from 255) = 61.83%
R=16.03%
G=22.14%
B=61.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42581620.740.6400.3623258.8240
Hex2A3AA24A40024e83b28
Octal52722421121000443507350
Binary1010101110101010001010010101000000010010011101000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,58,162); }

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

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

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

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

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

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

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