#28369E

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

Shades of Egyptian Blue #28369E

Tints of Egyptian Blue #28369E

Color information

#28369E (or 0x28369E) is unknown color: approx Egyptian Blue. HEX triplet: 28, 36 and 9E. RGB value is (40,54,158). Sum of RGB (Red+Green+Blue) = 40+54+158=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #28369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28369E is #D7C961. Grayscale: #3D3D3D. Windows color (decimal): -14141794 or 10368552. OLE color: 10368552.

HSL color Cylindrical-coordinate representation of color #28369E: hue angle of 232.88º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28369E is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4054158-
CMYK0.750.6600.38
HSL232.88º59.6%38.82%-
HSV(B)232.88º74.68%61.96%-
XYZ8.375.5632.98-
YUV61.67182.36112.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=15.87%
G=21.43%
B=62.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40541580.750.6600.38232.8859.638.82
Hex28369E4B42026e93c27
Octal50662361131020463517447
Binary1010001101101001111010010111000010010011011101001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28369E; }

 p { color: rgb(40,54,158); }

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

<style>
 a { background-color: #28369E; }

 a { background-color: rgb(40,54,158); }

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

<style>
 span { border-color: #28369E; }

 span { border-color: rgb(40,54,158); }

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