#2B2A9B

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

Shades of Egyptian Blue #2B2A9B

Tints of Egyptian Blue #2B2A9B

Color information

#2B2A9B (or 0x2B2A9B) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 2A and 9B. RGB value is (43,42,155). Sum of RGB (Red+Green+Blue) = 43+42+155=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B2A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2A9B is #D4D564. Grayscale: #363636. Windows color (decimal): -13948261 or 10168875. OLE color: 10168875.

HSL color Cylindrical-coordinate representation of color #2B2A9B: hue angle of 240.53º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2A9B is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4342155-
CMYK0.720.7300.39
HSL240.53º57.36%38.63%-
HSV(B)240.53º72.9%60.78%-
XYZ7.744.5431.48-
YUV55.18184.33119.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=17.92%
G=17.5%
B=64.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43421550.720.7300.39240.5357.3638.63
Hex2B2A9B4849027f13927
Octal53522331101110473617147
Binary1010111010101001101110010001001001010011111110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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