#2C269F

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

Shades of Egyptian Blue #2C269F

Tints of Egyptian Blue #2C269F

Color information

#2C269F (or 0x2C269F) is unknown color: approx Egyptian Blue. HEX triplet: 2C, 26 and 9F. RGB value is (44,38,159). Sum of RGB (Red+Green+Blue) = 44+38+159=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C269F is #D3D960. Grayscale: #353535. Windows color (decimal): -13883745 or 10429996. OLE color: 10429996.

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

Color convert

RGB4438159-
CMYK0.720.7600.38
HSL242.98º61.42%38.63%-
HSV(B)242.98º76.1%62.35%-
XYZ7.994.4233.23-
YUV53.59187.49121.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 159 (62.5% from 255) = 65.98%
R=18.26%
G=15.77%
B=65.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44381590.720.7600.38242.9861.4238.63
Hex2C269F484C026f33d27
Octal54462371101140463637547
Binary1011001001101001111110010001001100010011011110011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,159); }

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

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

 a { background-color: rgb(44,38,159); }

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

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

 span { border-color: rgb(44,38,159); }

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