#2B2AA1

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

Shades of Egyptian Blue #2B2AA1

Tints of Egyptian Blue #2B2AA1

Color information

#2B2AA1 (or 0x2B2AA1) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 2A and A1. RGB value is (43,42,161). Sum of RGB (Red+Green+Blue) = 43+42+161=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #2B2AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2AA1 is #D4D55E. Grayscale: #373737. Windows color (decimal): -13948255 or 10562091. OLE color: 10562091.

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

Color convert

RGB4342161-
CMYK0.730.7400.37
HSL240.5º58.62%39.8%-
HSV(B)240.5º73.91%63.14%-
XYZ8.264.7434.2-
YUV55.86187.33118.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 161 (63.28% from 255) = 65.45%
R=17.48%
G=17.07%
B=65.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43421610.730.7400.37240.558.6239.8
Hex2B2AA1494A025f13b28
Octal53522411111120453617350
Binary1010111010101010000110010011001010010010111110001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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