Html Css Color HEX #26379D Egyptian Blue

📋 copy color: '#26379D'

red 38 ◦ green 55 ◦ blue 157

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

Shades of Egyptian Blue #26379D

Tints of Egyptian Blue #26379D

RGB

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

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

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

R = 15.2%
G = 22%
B = 62.8%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26379D (or 0x26379D) is known color: Egyptian Blue. HEX triplet: 26, 37 and 9D. RGB value is (38,55,157). Sum of RGB (Red+Green+Blue) = 38+55+157=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #26379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26379D is #D9C862. Grayscale: #3D3D3D. Windows color (decimal): -14272611 or 10303270. OLE color: 10303270.

HSL color Cylindrical-coordinate representation of color #26379D: hue angle of 231.43º 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 #26379D is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 55 157 -
CMYK 0.76 0.65 0 0.38
HSL 231.43º 0.61% 0.38% -
HSV(B) 231.43º 0.76% 0.62% -
XYZ 8.25 5.58 32.54 -
YUV 61.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 38 55 157 0.76 0.65 0 0.38 231.43 0.61 0.38
Hex 26 37 9D 4C 41 0 26 E7 3D 26
Octal 46 67 235 114 101 0 46 347 75 46
Binary 100110 110111 10011101 1001100 1000001 0 100110 11100111 111101 100110

Color Harmonies of #26379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26379D

Black with #26379D

Text Example


Text Example

White with #26379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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