#2B26A0

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

Shades of Egyptian Blue #2B26A0

Tints of Egyptian Blue #2B26A0

Color information

#2B26A0 (or 0x2B26A0) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 26 and A0. RGB value is (43,38,160). Sum of RGB (Red+Green+Blue) = 43+38+160=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #2B26A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B26A0 is #D4D95F. Grayscale: #343434. Windows color (decimal): -13949280 or 10495531. OLE color: 10495531.

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

Color convert

RGB4338160-
CMYK0.730.7600.37
HSL242.46º61.62%38.82%-
HSV(B)242.46º76.25%62.75%-
XYZ8.034.4433.69-
YUV53.4188.16120.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 160 (62.89% from 255) = 66.39%
R=17.84%
G=15.77%
B=66.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43381600.730.7600.37242.4661.6238.82
Hex2B26A0494C025f23e27
Octal53462401111140453627647
Binary1010111001101010000010010011001100010010111110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B26A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,160); }

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

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

 a { background-color: rgb(43,38,160); }

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

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

 span { border-color: rgb(43,38,160); }

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