Html Css Color HEX #28329C Egyptian Blue

📋 copy color: '#28329C'

red 40 ◦ green 50 ◦ blue 156

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

Shades of Egyptian Blue #28329C

Tints of Egyptian Blue #28329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.41%

R = 16.26%
G = 20.33%
B = 63.41%

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

#28329C (or 0x28329C) is known color: Egyptian Blue. HEX triplet: 28, 32 and 9C. RGB value is (40,50,156). Sum of RGB (Red+Green+Blue) = 40+50+156=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #28329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28329C is #D7CD63. Grayscale: #3A3A3A. Windows color (decimal): -14142820 or 10236456. OLE color: 10236456.

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

Color convert

RGB 40 50 156 -
CMYK 0.74 0.68 0 0.39
HSL 234.83º 0.59% 0.38% -
HSV(B) 234.83º 0.74% 0.61% -
XYZ 8.02 5.13 32.02 -
YUV 59.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 40 50 156 0.74 0.68 0 0.39 234.83 0.59 0.38
Hex 28 32 9C 4A 44 0 27 EB 3B 26
Octal 50 62 234 112 104 0 47 353 73 46
Binary 101000 110010 10011100 1001010 1000100 0 100111 11101011 111011 100110

Color Harmonies of #28329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28329C

Black with #28329C

Text Example


Text Example

White with #28329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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