Html Css Color HEX #26359D Egyptian Blue

📋 copy color: '#26359D'

red 38 ◦ green 53 ◦ blue 157

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

Shades of Egyptian Blue #26359D

Tints of Egyptian Blue #26359D

RGB

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

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

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

R = 15.32%
G = 21.37%
B = 63.31%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26359D (or 0x26359D) is known color: Egyptian Blue. HEX triplet: 26, 35 and 9D. RGB value is (38,53,157). Sum of RGB (Red+Green+Blue) = 38+53+157=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #26359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26359D is #D9CA62. Grayscale: #3B3B3B. Windows color (decimal): -14273123 or 10302758. OLE color: 10302758.

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

Color convert

RGB 38 53 157 -
CMYK 0.76 0.66 0 0.38
HSL 232.44º 0.61% 0.38% -
HSV(B) 232.44º 0.76% 0.62% -
XYZ 8.16 5.39 32.51 -
YUV 60.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 38 53 157 0.76 0.66 0 0.38 232.44 0.61 0.38
Hex 26 35 9D 4C 42 0 26 E8 3D 26
Octal 46 65 235 114 102 0 46 350 75 46
Binary 100110 110101 10011101 1001100 1000010 0 100110 11101000 111101 100110

Color Harmonies of #26359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26359D

Black with #26359D

Text Example


Text Example

White with #26359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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