#28349d

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

Shades of Egyptian Blue #28349D

Tints of Egyptian Blue #28349D

Color information

#28349D (or 0x28349D) is unknown color: approx Egyptian Blue. HEX triplet: 28, 34 and 9D. RGB value is (40,52,157). Sum of RGB (Red+Green+Blue) = 40+52+157=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #28349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28349D is #D7CB62. Grayscale: #3B3B3B. Windows color (decimal): -14142307 or 10302504. OLE color: 10302504.

HSL color Cylindrical-coordinate representation of color #28349D: hue angle of 233.85º degrees, saturation: 0.59, 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 #28349D is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4052157-
CMYK0.750.6700.38
HSL233.85º59.39%38.63%-
HSV(B)233.85º74.52%61.57%-
XYZ8.195.3432.5-
YUV60.38182.52113.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=16.06%
G=20.88%
B=63.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40521570.750.6700.38233.8559.3938.63
Hex28349D4B43026ea3b27
Octal50642351131030463527347
Binary1010001101001001110110010111000011010011011101010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28349d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28349d; }

 p { color: rgb(40,52,157); }

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

<style>
 a { background-color: #28349d; }

 a { background-color: rgb(40,52,157); }

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

<style>
 span { border-color: #28349d; }

 span { border-color: rgb(40,52,157); }

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