Html Css Color HEX #28339E Egyptian Blue

📋 copy color: '#28339E'

red 40 ◦ green 51 ◦ blue 158

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

Shades of Egyptian Blue #28339E

Tints of Egyptian Blue #28339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

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

R = 16.06%
G = 20.48%
B = 63.45%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28339E (or 0x28339E) is known color: Egyptian Blue. HEX triplet: 28, 33 and 9E. RGB value is (40,51,158). Sum of RGB (Red+Green+Blue) = 40+51+158=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #28339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28339E is #D7CC61. Grayscale: #3B3B3B. Windows color (decimal): -14142562 or 10367784. OLE color: 10367784.

HSL color Cylindrical-coordinate representation of color #28339E: hue angle of 234.41º degrees, saturation: 0.6, 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 #28339E is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 51 158 -
CMYK 0.75 0.68 0 0.38
HSL 234.41º 0.6% 0.39% -
HSV(B) 234.41º 0.75% 0.62% -
XYZ 8.23 5.29 32.93 -
YUV 59.91 183.36 113.8 -
System Red Green Blue C M Y K H S L
Decimal 40 51 158 0.75 0.68 0 0.38 234.41 0.6 0.39
Hex 28 33 9E 4B 44 0 26 EA 3C 27
Octal 50 63 236 113 104 0 46 352 74 47
Binary 101000 110011 10011110 1001011 1000100 0 100110 11101010 111100 100111

Color Harmonies of #28339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28339E

Black with #28339E

Text Example


Text Example

White with #28339E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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