Html Css Color HEX #28329D Egyptian Blue

📋 copy color: '#28329D'

red 40 ◦ green 50 ◦ blue 157

#28329D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #28329D

Tints of Egyptian Blue #28329D

RGB

 RED value IS 40 (16.02% from 255) = 16.19%

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 16.19%
G = 20.24%
B = 63.56%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28329D (or 0x28329D) is known color: Egyptian Blue. HEX triplet: 28, 32 and 9D. RGB value is (40,50,157). Sum of RGB (Red+Green+Blue) = 40+50+157=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #28329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28329D is #D7CD62. Grayscale: #3A3A3A. Windows color (decimal): -14142819 or 10301992. OLE color: 10301992.

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

Color convert

RGB 40 50 157 -
CMYK 0.75 0.68 0 0.38
HSL 234.87º 0.59% 0.39% -
HSV(B) 234.87º 0.75% 0.62% -
XYZ 8.1 5.17 32.47 -
YUV 59.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 40 50 157 0.75 0.68 0 0.38 234.87 0.59 0.39
Hex 28 32 9D 4B 44 0 26 EB 3B 27
Octal 50 62 235 113 104 0 46 353 73 47
Binary 101000 110010 10011101 1001011 1000100 0 100110 11101011 111011 100111

Color Harmonies of #28329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28329D

Black with #28329D

Text Example


Text Example

White with #28329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28329D; }

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

 H1.HeaderClassName
 {
   color: #28329D;
 }
 .AnyTagClassName
 {
   color: #28329D;
 }
</style>

background-color css

<style>
 a { background-color: #28329D; }

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

 div.DivClassName
 {
   background-color: #28329D;
 }
 .BgClassName
 {
   background-color: #28329D;
 }
</style>

border-color css

<style>
 span { border-color: #28329D; }

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

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