Html Css Color HEX #26329F Egyptian Blue

📋 copy color: '#26329F'

red 38 ◦ green 50 ◦ blue 159

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

Shades of Egyptian Blue #26329F

Tints of Egyptian Blue #26329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.37%

R = 15.38%
G = 20.24%
B = 64.37%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26329F (or 0x26329F) is known color: Egyptian Blue. HEX triplet: 26, 32 and 9F. RGB value is (38,50,159). Sum of RGB (Red+Green+Blue) = 38+50+159=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #26329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26329F is #D9CD60. Grayscale: #3A3A3A. Windows color (decimal): -14273889 or 10433062. OLE color: 10433062.

HSL color Cylindrical-coordinate representation of color #26329F: hue angle of 234.05º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26329F is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 50 159 -
CMYK 0.76 0.69 0 0.38
HSL 234.05º 0.61% 0.39% -
HSV(B) 234.05º 0.76% 0.62% -
XYZ 8.2 5.2 33.37 -
YUV 58.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 38 50 159 0.76 0.69 0 0.38 234.05 0.61 0.39
Hex 26 32 9F 4C 45 0 26 EA 3D 27
Octal 46 62 237 114 105 0 46 352 75 47
Binary 100110 110010 10011111 1001100 1000101 0 100110 11101010 111101 100111

Color Harmonies of #26329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26329F

Black with #26329F

Text Example


Text Example

White with #26329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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