Html Css Color HEX #28319B Egyptian Blue

📋 copy color: '#28319B'

red 40 ◦ green 49 ◦ blue 155

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

Shades of Egyptian Blue #28319B

Tints of Egyptian Blue #28319B

RGB

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

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

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

R = 16.39%
G = 20.08%
B = 63.52%

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

#28319B (or 0x28319B) is known color: Egyptian Blue. HEX triplet: 28, 31 and 9B. RGB value is (40,49,155). Sum of RGB (Red+Green+Blue) = 40+49+155=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #28319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28319B is #D7CE64. Grayscale: #393939. Windows color (decimal): -14143077 or 10170664. OLE color: 10170664.

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

Color convert

RGB 40 49 155 -
CMYK 0.74 0.68 0 0.39
HSL 235.3º 0.59% 0.38% -
HSV(B) 235.3º 0.74% 0.61% -
XYZ 7.89 5.01 31.56 -
YUV 58.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 40 49 155 0.74 0.68 0 0.39 235.3 0.59 0.38
Hex 28 31 9B 4A 44 0 27 EB 3B 26
Octal 50 61 233 112 104 0 47 353 73 46
Binary 101000 110001 10011011 1001010 1000100 0 100111 11101011 111011 100110

Color Harmonies of #28319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28319B

Black with #28319B

Text Example


Text Example

White with #28319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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