Html Css Color HEX #26329E Egyptian Blue

📋 copy color: '#26329E'

red 38 ◦ green 50 ◦ blue 158

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

Shades of Egyptian Blue #26329E

Tints of Egyptian Blue #26329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

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

R = 15.45%
G = 20.33%
B = 64.23%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26329E (or 0x26329E) is known color: Egyptian Blue. HEX triplet: 26, 32 and 9E. RGB value is (38,50,158). Sum of RGB (Red+Green+Blue) = 38+50+158=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #26329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26329E is #D9CD61. Grayscale: #3A3A3A. Windows color (decimal): -14273890 or 10367526. OLE color: 10367526.

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

Color convert

RGB 38 50 158 -
CMYK 0.76 0.68 0 0.38
HSL 234º 0.61% 0.38% -
HSV(B) 234º 0.76% 0.62% -
XYZ 8.11 5.16 32.92 -
YUV 58.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 38 50 158 0.76 0.68 0 0.38 234 0.61 0.38
Hex 26 32 9E 4C 44 0 26 EA 3D 26
Octal 46 62 236 114 104 0 46 352 75 46
Binary 100110 110010 10011110 1001100 1000100 0 100110 11101010 111101 100110

Color Harmonies of #26329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26329E

Black with #26329E

Text Example


Text Example

White with #26329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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