Html Css Color HEX #28379C Egyptian Blue

📋 copy color: '#28379C'

red 40 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #28379C

Tints of Egyptian Blue #28379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

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

R = 15.94%
G = 21.91%
B = 62.15%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28379C (or 0x28379C) is known color: Egyptian Blue. HEX triplet: 28, 37 and 9C. RGB value is (40,55,156). Sum of RGB (Red+Green+Blue) = 40+55+156=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #28379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28379C is #D7C863. Grayscale: #3D3D3D. Windows color (decimal): -14141540 or 10237736. OLE color: 10237736.

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

Color convert

RGB 40 55 156 -
CMYK 0.74 0.65 0 0.39
HSL 232.24º 0.59% 0.38% -
HSV(B) 232.24º 0.74% 0.61% -
XYZ 8.24 5.58 32.1 -
YUV 62.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 40 55 156 0.74 0.65 0 0.39 232.24 0.59 0.38
Hex 28 37 9C 4A 41 0 27 E8 3B 26
Octal 50 67 234 112 101 0 47 350 73 46
Binary 101000 110111 10011100 1001010 1000001 0 100111 11101000 111011 100110

Color Harmonies of #28379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28379C

Black with #28379C

Text Example


Text Example

White with #28379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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