Html Css Color HEX #28309D Egyptian Blue

📋 copy color: '#28309D'

red 40 ◦ green 48 ◦ blue 157

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

Shades of Egyptian Blue #28309D

Tints of Egyptian Blue #28309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

 BLUE value IS 157 (61.72% from 255) = 64.08%

R = 16.33%
G = 19.59%
B = 64.08%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28309D (or 0x28309D) is known color: Egyptian Blue. HEX triplet: 28, 30 and 9D. RGB value is (40,48,157). Sum of RGB (Red+Green+Blue) = 40+48+157=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #28309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28309D is #D7CF62. Grayscale: #393939. Windows color (decimal): -14143331 or 10301480. OLE color: 10301480.

HSL color Cylindrical-coordinate representation of color #28309D: hue angle of 235.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28309D is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 48 157 -
CMYK 0.75 0.69 0 0.38
HSL 235.9º 0.59% 0.39% -
HSV(B) 235.9º 0.75% 0.62% -
XYZ 8.02 5 32.44 -
YUV 58.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 40 48 157 0.75 0.69 0 0.38 235.9 0.59 0.39
Hex 28 30 9D 4B 45 0 26 EC 3B 27
Octal 50 60 235 113 105 0 46 354 73 47
Binary 101000 110000 10011101 1001011 1000101 0 100110 11101100 111011 100111

Color Harmonies of #28309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28309D

Black with #28309D

Text Example


Text Example

White with #28309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28309D; }

 p { color: rgb(40,48,157); }

 H1.HeaderClassName
 {
   color: #28309D;
 }
 .AnyTagClassName
 {
   color: #28309D;
 }
</style>

background-color css

<style>
 a { background-color: #28309D; }

 a { background-color: rgb(40,48,157); }

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

border-color css

<style>
 span { border-color: #28309D; }

 span { border-color: rgb(40,48,157); }

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