Html Css Color HEX #26379B Egyptian Blue

📋 copy color: '#26379B'

red 38 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #26379B

Tints of Egyptian Blue #26379B

RGB

 RED value IS 38 (15.23% from 255) = 15.32%

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 15.32%
G = 22.18%
B = 62.5%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26379B (or 0x26379B) is known color: Egyptian Blue. HEX triplet: 26, 37 and 9B. RGB value is (38,55,155). Sum of RGB (Red+Green+Blue) = 38+55+155=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #26379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26379B is #D9C864. Grayscale: #3C3C3C. Windows color (decimal): -14272613 or 10172198. OLE color: 10172198.

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

Color convert

RGB 38 55 155 -
CMYK 0.75 0.65 0 0.39
HSL 231.28º 0.61% 0.38% -
HSV(B) 231.28º 0.75% 0.61% -
XYZ 8.08 5.51 31.65 -
YUV 61.32 180.87 111.37 -
System Red Green Blue C M Y K H S L
Decimal 38 55 155 0.75 0.65 0 0.39 231.28 0.61 0.38
Hex 26 37 9B 4B 41 0 27 E7 3D 26
Octal 46 67 233 113 101 0 47 347 75 46
Binary 100110 110111 10011011 1001011 1000001 0 100111 11100111 111101 100110

Color Harmonies of #26379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26379B

Black with #26379B

Text Example


Text Example

White with #26379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,55,155); }

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

background-color css

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

 a { background-color: rgb(38,55,155); }

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

border-color css

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

 span { border-color: rgb(38,55,155); }

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