Shades of Egyptian Blue #26319C
Tints of Egyptian Blue #26319C
RGB
CMYK
RGB Variations
Color information
#26319C (or 0x26319C) is known color: Egyptian Blue. HEX triplet: 26, 31 and 9C. RGB value is (38,49,156). Sum of RGB (Red+Green+Blue) = 38+49+156=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #26319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26319C is #D9CE63. Grayscale: #393939. Windows color (decimal): -14274148 or 10236198. OLE color: 10236198.
HSL color Cylindrical-coordinate representation of color #26319C: hue angle of 234.41º 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 #26319C is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 49 | 156 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.39 |
| HSL | 234.41º | 0.61% | 0.38% | - |
| HSV(B) | 234.41º | 0.76% | 0.61% | - |
| XYZ | 7.9 | 5.01 | 32 | - |
| YUV | 57.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 156 | 0.76 | 0.69 | 0 | 0.39 | 234.41 | 0.61 | 0.38 |
| Hex | 26 | 31 | 9C | 4C | 45 | 0 | 27 | EA | 3D | 26 |
| Octal | 46 | 61 | 234 | 114 | 105 | 0 | 47 | 352 | 75 | 46 |
| Binary | 100110 | 110001 | 10011100 | 1001100 | 1000101 | 0 | 100111 | 11101010 | 111101 | 100110 |
Color Harmonies of #26319C
Complementary color
Monochromatic Colors of #26319C
Black with #26319C
Text Example
Text Example
White with #26319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26319C; }
p { color: rgb(38,49,156); }
H1.HeaderClassName
{
color: #26319C;
}
.AnyTagClassName
{
color: #26319C;
}
</style>
background-color css
<style>
a { background-color: #26319C; }
a { background-color: rgb(38,49,156); }
div.DivClassName
{
background-color: #26319C;
}
.BgClassName
{
background-color: #26319C;
}
</style>
border-color css
<style>
span { border-color: #26319C; }
span { border-color: rgb(38,49,156); }
td.TdClassName
{
border-color: #26319C;
}
.TagClassName
{
border-color: #26319C;
}
</style>