Html Css Color HEX #26359B Egyptian Blue

📋 copy color: '#26359B'

red 38 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #26359B

Tints of Egyptian Blue #26359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 15.45%
G = 21.54%
B = 63.01%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26359B (or 0x26359B) is known color: Egyptian Blue. HEX triplet: 26, 35 and 9B. RGB value is (38,53,155). Sum of RGB (Red+Green+Blue) = 38+53+155=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #26359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26359B is #D9CA64. Grayscale: #3B3B3B. Windows color (decimal): -14273125 or 10171686. OLE color: 10171686.

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

Color convert

RGB 38 53 155 -
CMYK 0.75 0.66 0 0.39
HSL 232.31º 0.61% 0.38% -
HSV(B) 232.31º 0.75% 0.61% -
XYZ 7.99 5.32 31.62 -
YUV 60.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 38 53 155 0.75 0.66 0 0.39 232.31 0.61 0.38
Hex 26 35 9B 4B 42 0 27 E8 3D 26
Octal 46 65 233 113 102 0 47 350 75 46
Binary 100110 110101 10011011 1001011 1000010 0 100111 11101000 111101 100110

Color Harmonies of #26359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26359B

Black with #26359B

Text Example


Text Example

White with #26359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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