#2B389E

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

Shades of Egyptian Blue #2B389E

Tints of Egyptian Blue #2B389E

Color information

#2B389E (or 0x2B389E) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 38 and 9E. RGB value is (43,56,158). Sum of RGB (Red+Green+Blue) = 43+56+158=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B389E is #D4C761. Grayscale: #3F3F3F. Windows color (decimal): -13944674 or 10369067. OLE color: 10369067.

HSL color Cylindrical-coordinate representation of color #2B389E: hue angle of 233.22º 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 #2B389E is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4356158-
CMYK0.730.6500.38
HSL233.22º57.21%39.41%-
HSV(B)233.22º72.78%61.96%-
XYZ8.585.8133.02-
YUV63.74181.19113.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=16.73%
G=21.79%
B=61.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43561580.730.6500.38233.2257.2139.41
Hex2B389E4941026e93927
Octal53702361111010463517147
Binary1010111110001001111010010011000001010011011101001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,56,158); }

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

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

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

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

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

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

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