Shades of Egyptian Blue #26359C
Tints of Egyptian Blue #26359C
RGB
CMYK
RGB Variations
Color information
#26359C (or 0x26359C) is known color: Egyptian Blue. HEX triplet: 26, 35 and 9C. RGB value is (38,53,156). Sum of RGB (Red+Green+Blue) = 38+53+156=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #26359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26359C is #D9CA63. Grayscale: #3B3B3B. Windows color (decimal): -14273124 or 10237222. OLE color: 10237222.
HSL color Cylindrical-coordinate representation of color #26359C: hue angle of 232.37º 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 #26359C is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 53 | 156 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.39 |
| HSL | 232.37º | 0.61% | 0.38% | - |
| HSV(B) | 232.37º | 0.76% | 0.61% | - |
| XYZ | 8.07 | 5.36 | 32.06 | - |
| YUV | 60.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 156 | 0.76 | 0.66 | 0 | 0.39 | 232.37 | 0.61 | 0.38 |
| Hex | 26 | 35 | 9C | 4C | 42 | 0 | 27 | E8 | 3D | 26 |
| Octal | 46 | 65 | 234 | 114 | 102 | 0 | 47 | 350 | 75 | 46 |
| Binary | 100110 | 110101 | 10011100 | 1001100 | 1000010 | 0 | 100111 | 11101000 | 111101 | 100110 |
Color Harmonies of #26359C
Complementary color
Monochromatic Colors of #26359C
Black with #26359C
Text Example
Text Example
White with #26359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26359C; }
p { color: rgb(38,53,156); }
H1.HeaderClassName
{
color: #26359C;
}
.AnyTagClassName
{
color: #26359C;
}
</style>
background-color css
<style>
a { background-color: #26359C; }
a { background-color: rgb(38,53,156); }
div.DivClassName
{
background-color: #26359C;
}
.BgClassName
{
background-color: #26359C;
}
</style>
border-color css
<style>
span { border-color: #26359C; }
span { border-color: rgb(38,53,156); }
td.TdClassName
{
border-color: #26359C;
}
.TagClassName
{
border-color: #26359C;
}
</style>