Shades of Egyptian Blue #23259F
Tints of Egyptian Blue #23259F
RGB
CMYK
RGB Variations
Color information
#23259F (or 0x23259F) is known color: Egyptian Blue. HEX triplet: 23, 25 and 9F. RGB value is (35,37,159). Sum of RGB (Red+Green+Blue) = 35+37+159=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #23259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23259F is #DCDA60. Grayscale: #313131. Windows color (decimal): -14473825 or 10429731. OLE color: 10429731.
HSL color Cylindrical-coordinate representation of color #23259F: hue angle of 239.03º 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 #23259F is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 37 | 159 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.38 |
| HSL | 239.03º | 0.64% | 0.38% | - |
| HSV(B) | 239.03º | 0.78% | 0.62% | - |
| XYZ | 7.61 | 4.18 | 33.21 | - |
| YUV | 50.31 | 189.34 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 159 | 0.78 | 0.77 | 0 | 0.38 | 239.03 | 0.64 | 0.38 |
| Hex | 23 | 25 | 9F | 4E | 4D | 0 | 26 | EF | 40 | 26 |
| Octal | 43 | 45 | 237 | 116 | 115 | 0 | 46 | 357 | 100 | 46 |
| Binary | 100011 | 100101 | 10011111 | 1001110 | 1001101 | 0 | 100110 | 11101111 | 1000000 | 100110 |
Color Harmonies of #23259F
Complementary color
Monochromatic Colors of #23259F
Black with #23259F
Text Example
Text Example
White with #23259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23259F; }
p { color: rgb(35,37,159); }
H1.HeaderClassName
{
color: #23259F;
}
.AnyTagClassName
{
color: #23259F;
}
</style>
background-color css
<style>
a { background-color: #23259F; }
a { background-color: rgb(35,37,159); }
div.DivClassName
{
background-color: #23259F;
}
.BgClassName
{
background-color: #23259F;
}
</style>
border-color css
<style>
span { border-color: #23259F; }
span { border-color: rgb(35,37,159); }
td.TdClassName
{
border-color: #23259F;
}
.TagClassName
{
border-color: #23259F;
}
</style>