#28339C

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

Shades of Egyptian Blue #28339C

Tints of Egyptian Blue #28339C

Color information

#28339C (or 0x28339C) is unknown color: approx Egyptian Blue. HEX triplet: 28, 33 and 9C. RGB value is (40,51,156). Sum of RGB (Red+Green+Blue) = 40+51+156=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #28339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28339C is #D7CC63. Grayscale: #3B3B3B. Windows color (decimal): -14142564 or 10236712. OLE color: 10236712.

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

Color convert

RGB4051156-
CMYK0.740.6700.39
HSL234.31º59.18%38.43%-
HSV(B)234.31º74.36%61.18%-
XYZ8.065.2232.04-
YUV59.68182.36113.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=16.19%
G=20.65%
B=63.16%

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
Decimal40511560.740.6700.39234.3159.1838.43
Hex28339C4A43027ea3b26
Octal50632341121030473527346
Binary1010001100111001110010010101000011010011111101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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