#28389D

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

Shades of Egyptian Blue #28389D

Tints of Egyptian Blue #28389D

Color information

#28389D (or 0x28389D) is unknown color: approx Egyptian Blue. HEX triplet: 28, 38 and 9D. RGB value is (40,56,157). Sum of RGB (Red+Green+Blue) = 40+56+157=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #28389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28389D is #D7C762. Grayscale: #3E3E3E. Windows color (decimal): -14141283 or 10303528. OLE color: 10303528.

HSL color Cylindrical-coordinate representation of color #28389D: hue angle of 231.79º degrees, saturation: 0.59, 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 #28389D is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4056157-
CMYK0.750.6400.38
HSL231.79º59.39%38.63%-
HSV(B)231.79º74.52%61.57%-
XYZ8.385.7132.56-
YUV62.73181.2111.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 157 (61.72% from 255) = 62.06%
R=15.81%
G=22.13%
B=62.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40561570.750.6400.38231.7959.3938.63
Hex28389D4B40026e83b27
Octal50702351131000463507347
Binary1010001110001001110110010111000000010011011101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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