#28399D

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

Shades of Egyptian Blue #28399D

Tints of Egyptian Blue #28399D

Color information

#28399D (or 0x28399D) is unknown color: approx Egyptian Blue. HEX triplet: 28, 39 and 9D. RGB value is (40,57,157). Sum of RGB (Red+Green+Blue) = 40+57+157=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #28399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28399D is #D7C662. Grayscale: #3E3E3E. Windows color (decimal): -14141027 or 10303784. OLE color: 10303784.

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

Color convert

RGB4057157-
CMYK0.750.6400.38
HSL231.28º59.39%38.63%-
HSV(B)231.28º74.52%61.57%-
XYZ8.425.8132.58-
YUV63.32180.87111.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 157 (61.72% from 255) = 61.81%
R=15.75%
G=22.44%
B=61.81%

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
Decimal40571570.750.6400.38231.2859.3938.63
Hex28399D4B40026e73b27
Octal50712351131000463477347
Binary1010001110011001110110010111000000010011011100111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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