#28339B

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

Shades of Egyptian Blue #28339B

Tints of Egyptian Blue #28339B

Color information

#28339B (or 0x28339B) is unknown color: approx Egyptian Blue. HEX triplet: 28, 33 and 9B. RGB value is (40,51,155). Sum of RGB (Red+Green+Blue) = 40+51+155=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #28339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28339B is #D7CC64. Grayscale: #3B3B3B. Windows color (decimal): -14142565 or 10171176. OLE color: 10171176.

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

Color convert

RGB4051155-
CMYK0.740.6700.39
HSL234.26º58.97%38.24%-
HSV(B)234.26º74.19%60.78%-
XYZ7.985.1931.59-
YUV59.57181.86114.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 155 (60.94% from 255) = 63.01%
R=16.26%
G=20.73%
B=63.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40511550.740.6700.39234.2658.9738.24
Hex28339B4A43027ea3b26
Octal50632331121030473527346
Binary1010001100111001101110010101000011010011111101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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