Html Css Color HEX #28319C Egyptian Blue

📋 copy color: '#28319C'

red 40 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #28319C

Tints of Egyptian Blue #28319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 16.33%
G = 20%
B = 63.67%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28319C (or 0x28319C) is known color: Egyptian Blue. HEX triplet: 28, 31 and 9C. RGB value is (40,49,156). Sum of RGB (Red+Green+Blue) = 40+49+156=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #28319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28319C is #D7CE63. Grayscale: #3A3A3A. Windows color (decimal): -14143076 or 10236200. OLE color: 10236200.

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

Color convert

RGB 40 49 156 -
CMYK 0.74 0.69 0 0.39
HSL 235.34º 0.59% 0.38% -
HSV(B) 235.34º 0.74% 0.61% -
XYZ 7.97 5.05 32.01 -
YUV 58.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 40 49 156 0.74 0.69 0 0.39 235.34 0.59 0.38
Hex 28 31 9C 4A 45 0 27 EB 3B 26
Octal 50 61 234 112 105 0 47 353 73 46
Binary 101000 110001 10011100 1001010 1000101 0 100111 11101011 111011 100110

Color Harmonies of #28319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28319C

Black with #28319C

Text Example


Text Example

White with #28319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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