#28389E

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

Shades of Egyptian Blue #28389E

Tints of Egyptian Blue #28389E

Color information

#28389E (or 0x28389E) is unknown color: approx Egyptian Blue. HEX triplet: 28, 38 and 9E. RGB value is (40,56,158). Sum of RGB (Red+Green+Blue) = 40+56+158=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #28389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28389E is #D7C761. Grayscale: #3E3E3E. Windows color (decimal): -14141282 or 10369064. OLE color: 10369064.

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

Color convert

RGB4056158-
CMYK0.750.6500.38
HSL231.86º59.6%38.82%-
HSV(B)231.86º74.68%61.96%-
XYZ8.465.7533.01-
YUV62.84181.7111.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 158 (62.11% from 255) = 62.20%
R=15.75%
G=22.05%
B=62.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40561580.750.6500.38231.8659.638.82
Hex28389E4B41026e83c27
Octal50702361131010463507447
Binary1010001110001001111010010111000001010011011101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28389E; }

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

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

<style>
 a { background-color: #28389E; }

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

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

<style>
 span { border-color: #28389E; }

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

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