Html Css Color HEX #26349E Egyptian Blue

📋 copy color: '#26349E'

red 38 ◦ green 52 ◦ blue 158

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

Shades of Egyptian Blue #26349E

Tints of Egyptian Blue #26349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 15.32%
G = 20.97%
B = 63.71%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26349E (or 0x26349E) is known color: Egyptian Blue. HEX triplet: 26, 34 and 9E. RGB value is (38,52,158). Sum of RGB (Red+Green+Blue) = 38+52+158=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #26349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26349E is #D9CB61. Grayscale: #3B3B3B. Windows color (decimal): -14273378 or 10368038. OLE color: 10368038.

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

Color convert

RGB 38 52 158 -
CMYK 0.76 0.67 0 0.38
HSL 233º 0.61% 0.38% -
HSV(B) 233º 0.76% 0.62% -
XYZ 8.2 5.34 32.95 -
YUV 59.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 38 52 158 0.76 0.67 0 0.38 233 0.61 0.38
Hex 26 34 9E 4C 43 0 26 E9 3D 26
Octal 46 64 236 114 103 0 46 351 75 46
Binary 100110 110100 10011110 1001100 1000011 0 100110 11101001 111101 100110

Color Harmonies of #26349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26349E

Black with #26349E

Text Example


Text Example

White with #26349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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