#2B319D

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

Shades of Egyptian Blue #2B319D

Tints of Egyptian Blue #2B319D

Color information

#2B319D (or 0x2B319D) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 31 and 9D. RGB value is (43,49,157). Sum of RGB (Red+Green+Blue) = 43+49+157=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B319D is #D4CE62. Grayscale: #3B3B3B. Windows color (decimal): -13946467 or 10301739. OLE color: 10301739.

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

Color convert

RGB4349157-
CMYK0.730.6900.38
HSL236.84º57%39.22%-
HSV(B)236.84º72.61%61.57%-
XYZ8.185.1432.46-
YUV59.52183.01116.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=17.27%
G=19.68%
B=63.05%

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
Decimal43491570.730.6900.38236.845739.22
Hex2B319D4945026ed3927
Octal53612351111050463557147
Binary1010111100011001110110010011000101010011011101101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,157); }

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

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

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

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

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

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

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