Shades of Egyptian Blue #23489F
Tints of Egyptian Blue #23489F
RGB
CMYK
RGB Variations
Color information
#23489F (or 0x23489F) is known color: Egyptian Blue. HEX triplet: 23, 48 and 9F. RGB value is (35,72,159). Sum of RGB (Red+Green+Blue) = 35+72+159=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #23489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23489F is #DCB760. Grayscale: #464646. Windows color (decimal): -14464865 or 10438691. OLE color: 10438691.
HSL color Cylindrical-coordinate representation of color #23489F: hue angle of 222.1º 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 #23489F is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 72 | 159 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.38 |
| HSL | 222.1º | 0.64% | 0.38% | - |
| HSV(B) | 222.1º | 0.78% | 0.62% | - |
| XYZ | 9.27 | 7.5 | 33.76 | - |
| YUV | 70.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 159 | 0.78 | 0.55 | 0 | 0.38 | 222.1 | 0.64 | 0.38 |
| Hex | 23 | 48 | 9F | 4E | 37 | 0 | 26 | DE | 40 | 26 |
| Octal | 43 | 110 | 237 | 116 | 67 | 0 | 46 | 336 | 100 | 46 |
| Binary | 100011 | 1001000 | 10011111 | 1001110 | 110111 | 0 | 100110 | 11011110 | 1000000 | 100110 |
Color Harmonies of #23489F
Complementary color
Monochromatic Colors of #23489F
Black with #23489F
Text Example
Text Example
White with #23489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23489F; }
p { color: rgb(35,72,159); }
H1.HeaderClassName
{
color: #23489F;
}
.AnyTagClassName
{
color: #23489F;
}
</style>
background-color css
<style>
a { background-color: #23489F; }
a { background-color: rgb(35,72,159); }
div.DivClassName
{
background-color: #23489F;
}
.BgClassName
{
background-color: #23489F;
}
</style>
border-color css
<style>
span { border-color: #23489F; }
span { border-color: rgb(35,72,159); }
td.TdClassName
{
border-color: #23489F;
}
.TagClassName
{
border-color: #23489F;
}
</style>