#2B2AA3

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

Shades of Egyptian Blue #2B2AA3

Tints of Egyptian Blue #2B2AA3

Color information

#2B2AA3 (or 0x2B2AA3) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 2A and A3. RGB value is (43,42,163). Sum of RGB (Red+Green+Blue) = 43+42+163=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 42 (16.80% from 255 or 16.94% 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 #2B2AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2AA3 is #D4D55C. Grayscale: #373737. Windows color (decimal): -13948253 or 10693163. OLE color: 10693163.

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

Color convert

RGB4342163-
CMYK0.740.7400.36
HSL240.5º59.02%40.2%-
HSV(B)240.5º74.23%63.92%-
XYZ8.444.8135.13-
YUV56.09188.33118.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 163 (64.06% from 255) = 65.73%
R=17.34%
G=16.94%
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
Decimal43421630.740.7400.36240.559.0240.2
Hex2B2AA34A4A024f03b28
Octal53522431121120443607350
Binary1010111010101010001110010101001010010010011110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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