Html Css Color HEX #28269E Egyptian Blue

📋 copy color: '#28269E'

red 40 ◦ green 38 ◦ blue 158

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

Shades of Egyptian Blue #28269E

Tints of Egyptian Blue #28269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 158 (62.11% from 255) = 66.95%

R = 16.95%
G = 16.1%
B = 66.95%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28269E (or 0x28269E) is known color: Egyptian Blue. HEX triplet: 28, 26 and 9E. RGB value is (40,38,158). Sum of RGB (Red+Green+Blue) = 40+38+158=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #28269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28269E is #D7D961. Grayscale: #333333. Windows color (decimal): -14145890 or 10364456. OLE color: 10364456.

HSL color Cylindrical-coordinate representation of color #28269E: hue angle of 241º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28269E is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 38 158 -
CMYK 0.75 0.76 0 0.38
HSL 241º 0.61% 0.38% -
HSV(B) 241º 0.76% 0.62% -
XYZ 7.74 4.31 32.77 -
YUV 52.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 40 38 158 0.75 0.76 0 0.38 241 0.61 0.38
Hex 28 26 9E 4B 4C 0 26 F1 3D 26
Octal 50 46 236 113 114 0 46 361 75 46
Binary 101000 100110 10011110 1001011 1001100 0 100110 11110001 111101 100110

Color Harmonies of #28269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28269E

Black with #28269E

Text Example


Text Example

White with #28269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28269E; }

 p { color: rgb(40,38,158); }

 H1.HeaderClassName
 {
   color: #28269E;
 }
 .AnyTagClassName
 {
   color: #28269E;
 }
</style>

background-color css

<style>
 a { background-color: #28269E; }

 a { background-color: rgb(40,38,158); }

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

border-color css

<style>
 span { border-color: #28269E; }

 span { border-color: rgb(40,38,158); }

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