Shades of Egyptian Blue #23269E
Tints of Egyptian Blue #23269E
RGB
CMYK
RGB Variations
Color information
#23269E (or 0x23269E) is known color: Egyptian Blue. HEX triplet: 23, 26 and 9E. RGB value is (35,38,158). Sum of RGB (Red+Green+Blue) = 35+38+158=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #23269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23269E is #DCD961. Grayscale: #323232. Windows color (decimal): -14473570 or 10364451. OLE color: 10364451.
HSL color Cylindrical-coordinate representation of color #23269E: hue angle of 238.54º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23269E is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 38 | 158 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.38 |
| HSL | 238.54º | 0.64% | 0.38% | - |
| HSV(B) | 238.54º | 0.78% | 0.62% | - |
| XYZ | 7.56 | 4.21 | 32.76 | - |
| YUV | 50.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 158 | 0.78 | 0.76 | 0 | 0.38 | 238.54 | 0.64 | 0.38 |
| Hex | 23 | 26 | 9E | 4E | 4C | 0 | 26 | EF | 40 | 26 |
| Octal | 43 | 46 | 236 | 116 | 114 | 0 | 46 | 357 | 100 | 46 |
| Binary | 100011 | 100110 | 10011110 | 1001110 | 1001100 | 0 | 100110 | 11101111 | 1000000 | 100110 |
Color Harmonies of #23269E
Complementary color
Monochromatic Colors of #23269E
Black with #23269E
Text Example
Text Example
White with #23269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23269E; }
p { color: rgb(35,38,158); }
H1.HeaderClassName
{
color: #23269E;
}
.AnyTagClassName
{
color: #23269E;
}
</style>
background-color css
<style>
a { background-color: #23269E; }
a { background-color: rgb(35,38,158); }
div.DivClassName
{
background-color: #23269E;
}
.BgClassName
{
background-color: #23269E;
}
</style>
border-color css
<style>
span { border-color: #23269E; }
span { border-color: rgb(35,38,158); }
td.TdClassName
{
border-color: #23269E;
}
.TagClassName
{
border-color: #23269E;
}
</style>