Html Css Color HEX #26329B Egyptian Blue

📋 copy color: '#26329B'

red 38 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #26329B

Tints of Egyptian Blue #26329B

RGB

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

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

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

R = 15.64%
G = 20.58%
B = 63.79%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26329B (or 0x26329B) is known color: Egyptian Blue. HEX triplet: 26, 32 and 9B. RGB value is (38,50,155). Sum of RGB (Red+Green+Blue) = 38+50+155=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #26329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26329B is #D9CD64. Grayscale: #393939. Windows color (decimal): -14273893 or 10170918. OLE color: 10170918.

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

Color convert

RGB 38 50 155 -
CMYK 0.75 0.68 0 0.39
HSL 233.85º 0.61% 0.38% -
HSV(B) 233.85º 0.75% 0.61% -
XYZ 7.86 5.06 31.57 -
YUV 58.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 38 50 155 0.75 0.68 0 0.39 233.85 0.61 0.38
Hex 26 32 9B 4B 44 0 27 EA 3D 26
Octal 46 62 233 113 104 0 47 352 75 46
Binary 100110 110010 10011011 1001011 1000100 0 100111 11101010 111101 100110

Color Harmonies of #26329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26329B

Black with #26329B

Text Example


Text Example

White with #26329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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