Html Css Color HEX #28329B Egyptian Blue

📋 copy color: '#28329B'

red 40 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #28329B

Tints of Egyptian Blue #28329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 16.33%
G = 20.41%
B = 63.27%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28329B (or 0x28329B) is known color: Egyptian Blue. HEX triplet: 28, 32 and 9B. RGB value is (40,50,155). Sum of RGB (Red+Green+Blue) = 40+50+155=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #28329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28329B is #D7CD64. Grayscale: #3A3A3A. Windows color (decimal): -14142821 or 10170920. OLE color: 10170920.

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

Color convert

RGB 40 50 155 -
CMYK 0.74 0.68 0 0.39
HSL 234.78º 0.59% 0.38% -
HSV(B) 234.78º 0.74% 0.61% -
XYZ 7.93 5.1 31.58 -
YUV 58.98 182.19 114.46 -
System Red Green Blue C M Y K H S L
Decimal 40 50 155 0.74 0.68 0 0.39 234.78 0.59 0.38
Hex 28 32 9B 4A 44 0 27 EB 3B 26
Octal 50 62 233 112 104 0 47 353 73 46
Binary 101000 110010 10011011 1001010 1000100 0 100111 11101011 111011 100110

Color Harmonies of #28329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28329B

Black with #28329B

Text Example


Text Example

White with #28329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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