#28399B

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

Shades of Egyptian Blue #28399B

Tints of Egyptian Blue #28399B

Color information

#28399B (or 0x28399B) is unknown color: approx Egyptian Blue. HEX triplet: 28, 39 and 9B. RGB value is (40,57,155). Sum of RGB (Red+Green+Blue) = 40+57+155=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #28399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28399B is #D7C664. Grayscale: #3E3E3E. Windows color (decimal): -14141029 or 10172712. OLE color: 10172712.

HSL color Cylindrical-coordinate representation of color #28399B: hue angle of 231.13º 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 #28399B is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4057155-
CMYK0.740.6300.39
HSL231.13º58.97%38.24%-
HSV(B)231.13º74.19%60.78%-
XYZ8.255.7431.68-
YUV63.09179.87111.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=15.87%
G=22.62%
B=61.51%

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
Decimal40571550.740.6300.39231.1358.9738.24
Hex28399B4A3F027e73b26
Octal5071233112770473477346
Binary101000111001100110111001010111111010011111100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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