Shades of Egyptian Blue #26279C
Tints of Egyptian Blue #26279C
RGB
CMYK
RGB Variations
Color information
#26279C (or 0x26279C) is known color: Egyptian Blue. HEX triplet: 26, 27 and 9C. RGB value is (38,39,156). Sum of RGB (Red+Green+Blue) = 38+39+156=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #26279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26279C is #D9D863. Grayscale: #333333. Windows color (decimal): -14276708 or 10233638. OLE color: 10233638.
HSL color Cylindrical-coordinate representation of color #26279C: hue angle of 239.49º 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 #26279C is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 39 | 156 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.39 |
| HSL | 239.49º | 0.61% | 0.38% | - |
| HSV(B) | 239.49º | 0.76% | 0.61% | - |
| XYZ | 7.53 | 4.26 | 31.88 | - |
| YUV | 52.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 156 | 0.76 | 0.75 | 0 | 0.39 | 239.49 | 0.61 | 0.38 |
| Hex | 26 | 27 | 9C | 4C | 4B | 0 | 27 | EF | 3D | 26 |
| Octal | 46 | 47 | 234 | 114 | 113 | 0 | 47 | 357 | 75 | 46 |
| Binary | 100110 | 100111 | 10011100 | 1001100 | 1001011 | 0 | 100111 | 11101111 | 111101 | 100110 |
Color Harmonies of #26279C
Complementary color
Monochromatic Colors of #26279C
Black with #26279C
Text Example
Text Example
White with #26279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26279C; }
p { color: rgb(38,39,156); }
H1.HeaderClassName
{
color: #26279C;
}
.AnyTagClassName
{
color: #26279C;
}
</style>
background-color css
<style>
a { background-color: #26279C; }
a { background-color: rgb(38,39,156); }
div.DivClassName
{
background-color: #26279C;
}
.BgClassName
{
background-color: #26279C;
}
</style>
border-color css
<style>
span { border-color: #26279C; }
span { border-color: rgb(38,39,156); }
td.TdClassName
{
border-color: #26279C;
}
.TagClassName
{
border-color: #26279C;
}
</style>