Shades of Egyptian Blue #26329D
Tints of Egyptian Blue #26329D
RGB
CMYK
RGB Variations
Color information
#26329D (or 0x26329D) is known color: Egyptian Blue. HEX triplet: 26, 32 and 9D. RGB value is (38,50,157). Sum of RGB (Red+Green+Blue) = 38+50+157=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #26329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26329D is #D9CD62. Grayscale: #3A3A3A. Windows color (decimal): -14273891 or 10301990. OLE color: 10301990.
HSL color Cylindrical-coordinate representation of color #26329D: hue angle of 233.95º 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 #26329D is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 50 | 157 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.38 |
| HSL | 233.95º | 0.61% | 0.38% | - |
| HSV(B) | 233.95º | 0.76% | 0.62% | - |
| XYZ | 8.03 | 5.13 | 32.47 | - |
| YUV | 58.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 157 | 0.76 | 0.68 | 0 | 0.38 | 233.95 | 0.61 | 0.38 |
| Hex | 26 | 32 | 9D | 4C | 44 | 0 | 26 | EA | 3D | 26 |
| Octal | 46 | 62 | 235 | 114 | 104 | 0 | 46 | 352 | 75 | 46 |
| Binary | 100110 | 110010 | 10011101 | 1001100 | 1000100 | 0 | 100110 | 11101010 | 111101 | 100110 |
Color Harmonies of #26329D
Complementary color
Monochromatic Colors of #26329D
Black with #26329D
Text Example
Text Example
White with #26329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26329D; }
p { color: rgb(38,50,157); }
H1.HeaderClassName
{
color: #26329D;
}
.AnyTagClassName
{
color: #26329D;
}
</style>
background-color css
<style>
a { background-color: #26329D; }
a { background-color: rgb(38,50,157); }
div.DivClassName
{
background-color: #26329D;
}
.BgClassName
{
background-color: #26329D;
}
</style>
border-color css
<style>
span { border-color: #26329D; }
span { border-color: rgb(38,50,157); }
td.TdClassName
{
border-color: #26329D;
}
.TagClassName
{
border-color: #26329D;
}
</style>