#2B2BA2

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

Shades of Egyptian Blue #2B2BA2

Tints of Egyptian Blue #2B2BA2

Color information

#2B2BA2 (or 0x2B2BA2) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 2B and A2. RGB value is (43,43,162). Sum of RGB (Red+Green+Blue) = 43+43+162=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B2BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2BA2 is #D4D45D. Grayscale: #383838. Windows color (decimal): -13947998 or 10627883. OLE color: 10627883.

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

Color convert

RGB4343162-
CMYK0.730.7300.36
HSL240º58.05%40.2%-
HSV(B)240º73.46%63.53%-
XYZ8.384.8534.68-
YUV56.57187.5118.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 162 (63.67% from 255) = 65.32%
R=17.34%
G=17.34%
B=65.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43431620.730.7300.3624058.0540.2
Hex2B2BA24949024f03a28
Octal53532421111110443607250
Binary1010111010111010001010010011001001010010011110000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,43,162); }

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

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

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

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

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

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

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