#28399C

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

Shades of Egyptian Blue #28399C

Tints of Egyptian Blue #28399C

Color information

#28399C (or 0x28399C) is unknown color: approx Egyptian Blue. HEX triplet: 28, 39 and 9C. RGB value is (40,57,156). Sum of RGB (Red+Green+Blue) = 40+57+156=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #28399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28399C is #D7C663. Grayscale: #3E3E3E. Windows color (decimal): -14141028 or 10238248. OLE color: 10238248.

HSL color Cylindrical-coordinate representation of color #28399C: hue angle of 231.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28399C is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4057156-
CMYK0.740.6300.39
HSL231.21º59.18%38.43%-
HSV(B)231.21º74.36%61.18%-
XYZ8.345.7832.13-
YUV63.2180.37111.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 156 (61.33% from 255) = 61.66%
R=15.81%
G=22.53%
B=61.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40571560.740.6300.39231.2159.1838.43
Hex28399C4A3F027e73b26
Octal5071234112770473477346
Binary101000111001100111001001010111111010011111100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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