#28269F

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

Shades of Egyptian Blue #28269F

Tints of Egyptian Blue #28269F

Color information

#28269F (or 0x28269F) is unknown color: approx Egyptian Blue. HEX triplet: 28, 26 and 9F. RGB value is (40,38,159). Sum of RGB (Red+Green+Blue) = 40+38+159=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #28269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28269F is #D7D960. Grayscale: #333333. Windows color (decimal): -14145889 or 10429992. OLE color: 10429992.

HSL color Cylindrical-coordinate representation of color #28269F: hue angle of 240.99º 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 #28269F is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4038159-
CMYK0.750.7600.38
HSL240.99º61.42%38.63%-
HSV(B)240.99º76.1%62.35%-
XYZ7.834.3433.23-
YUV52.39188.16119.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=16.88%
G=16.03%
B=67.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40381590.750.7600.38240.9961.4238.63
Hex28269F4B4C026f13d27
Octal50462371131140463617547
Binary1010001001101001111110010111001100010011011110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28269F; }

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

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

<style>
 a { background-color: #28269F; }

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

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

<style>
 span { border-color: #28269F; }

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

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