#28379c

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

Shades of Egyptian Blue #28379C

Tints of Egyptian Blue #28379C

Color information

#28379C (or 0x28379C) is unknown color: approx Egyptian Blue. HEX triplet: 28, 37 and 9C. RGB value is (40,55,156). Sum of RGB (Red+Green+Blue) = 40+55+156=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #28379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28379C is #D7C863. Grayscale: #3D3D3D. Windows color (decimal): -14141540 or 10237736. OLE color: 10237736.

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

Color convert

RGB4055156-
CMYK0.740.6500.39
HSL232.24º59.18%38.43%-
HSV(B)232.24º74.36%61.18%-
XYZ8.245.5832.1-
YUV62.03181.03112.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 156 (61.33% from 255) = 62.15%
R=15.94%
G=21.91%
B=62.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40551560.740.6500.39232.2459.1838.43
Hex28379C4A41027e83b26
Octal50672341121010473507346
Binary1010001101111001110010010101000001010011111101000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28379c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28379c; }

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

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

<style>
 a { background-color: #28379c; }

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

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

<style>
 span { border-color: #28379c; }

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

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