#2B329F

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

Shades of Egyptian Blue #2B329F

Tints of Egyptian Blue #2B329F

Color information

#2B329F (or 0x2B329F) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 32 and 9F. RGB value is (43,50,159). Sum of RGB (Red+Green+Blue) = 43+50+159=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B329F is #D4CD60. Grayscale: #3B3B3B. Windows color (decimal): -13946209 or 10433067. OLE color: 10433067.

HSL color Cylindrical-coordinate representation of color #2B329F: hue angle of 236.38º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B329F is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4350159-
CMYK0.730.6900.38
HSL236.38º57.43%39.61%-
HSV(B)236.38º72.96%62.35%-
XYZ8.395.333.38-
YUV60.33183.68115.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 159 (62.5% from 255) = 63.10%
R=17.06%
G=19.84%
B=63.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43501590.730.6900.38236.3857.4339.61
Hex2B329F4945026ec3928
Octal53622371111050463547150
Binary1010111100101001111110010011000101010011011101100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,159); }

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

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

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

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

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

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

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