Html Css Color HEX #26349C Egyptian Blue

📋 copy color: '#26349C'

red 38 ◦ green 52 ◦ blue 156

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

Shades of Egyptian Blue #26349C

Tints of Egyptian Blue #26349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.41%

R = 15.45%
G = 21.14%
B = 63.41%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26349C (or 0x26349C) is known color: Egyptian Blue. HEX triplet: 26, 34 and 9C. RGB value is (38,52,156). Sum of RGB (Red+Green+Blue) = 38+52+156=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #26349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26349C is #D9CB63. Grayscale: #3B3B3B. Windows color (decimal): -14273380 or 10236966. OLE color: 10236966.

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

Color convert

RGB 38 52 156 -
CMYK 0.76 0.67 0 0.39
HSL 232.88º 0.61% 0.38% -
HSV(B) 232.88º 0.76% 0.61% -
XYZ 8.03 5.27 32.05 -
YUV 59.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 38 52 156 0.76 0.67 0 0.39 232.88 0.61 0.38
Hex 26 34 9C 4C 43 0 27 E9 3D 26
Octal 46 64 234 114 103 0 47 351 75 46
Binary 100110 110100 10011100 1001100 1000011 0 100111 11101001 111101 100110

Color Harmonies of #26349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26349C

Black with #26349C

Text Example


Text Example

White with #26349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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