Html Css Color HEX #28369B Egyptian Blue

📋 copy color: '#28369B'

red 40 ◦ green 54 ◦ blue 155

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

Shades of Egyptian Blue #28369B

Tints of Egyptian Blue #28369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 16.06%
G = 21.69%
B = 62.25%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28369B (or 0x28369B) is known color: Egyptian Blue. HEX triplet: 28, 36 and 9B. RGB value is (40,54,155). Sum of RGB (Red+Green+Blue) = 40+54+155=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #28369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28369B is #D7C964. Grayscale: #3C3C3C. Windows color (decimal): -14141797 or 10171944. OLE color: 10171944.

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

Color convert

RGB 40 54 155 -
CMYK 0.74 0.65 0 0.39
HSL 232.7º 0.59% 0.38% -
HSV(B) 232.7º 0.74% 0.61% -
XYZ 8.11 5.46 31.64 -
YUV 61.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 40 54 155 0.74 0.65 0 0.39 232.7 0.59 0.38
Hex 28 36 9B 4A 41 0 27 E9 3B 26
Octal 50 66 233 112 101 0 47 351 73 46
Binary 101000 110110 10011011 1001010 1000001 0 100111 11101001 111011 100110

Color Harmonies of #28369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28369B

Black with #28369B

Text Example


Text Example

White with #28369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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