#2B279D

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

Shades of Egyptian Blue #2B279D

Tints of Egyptian Blue #2B279D

Color information

#2B279D (or 0x2B279D) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 27 and 9D. RGB value is (43,39,157). Sum of RGB (Red+Green+Blue) = 43+39+157=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B279D is #D4D862. Grayscale: #353535. Windows color (decimal): -13949027 or 10299179. OLE color: 10299179.

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

Color convert

RGB4339157-
CMYK0.730.7500.38
HSL242.03º60.2%38.43%-
HSV(B)242.03º75.16%61.57%-
XYZ7.814.432.34-
YUV53.65186.33120.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 157 (61.72% from 255) = 65.69%
R=17.99%
G=16.32%
B=65.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43391570.730.7500.38242.0360.238.43
Hex2B279D494B026f23c26
Octal53472351111130463627446
Binary1010111001111001110110010011001011010011011110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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