Shades of Egyptian Blue #23389F
Tints of Egyptian Blue #23389F
RGB
CMYK
RGB Variations
Color information
#23389F (or 0x23389F) is known color: Egyptian Blue. HEX triplet: 23, 38 and 9F. RGB value is (35,56,159). Sum of RGB (Red+Green+Blue) = 35+56+159=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #23389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23389F is #DCC760. Grayscale: #3D3D3D. Windows color (decimal): -14468961 or 10434595. OLE color: 10434595.
HSL color Cylindrical-coordinate representation of color #23389F: hue angle of 229.84º 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 #23389F is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 56 | 159 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.38 |
| HSL | 229.84º | 0.64% | 0.38% | - |
| HSV(B) | 229.84º | 0.78% | 0.62% | - |
| XYZ | 8.37 | 5.69 | 33.46 | - |
| YUV | 61.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 159 | 0.78 | 0.65 | 0 | 0.38 | 229.84 | 0.64 | 0.38 |
| Hex | 23 | 38 | 9F | 4E | 41 | 0 | 26 | E6 | 40 | 26 |
| Octal | 43 | 70 | 237 | 116 | 101 | 0 | 46 | 346 | 100 | 46 |
| Binary | 100011 | 111000 | 10011111 | 1001110 | 1000001 | 0 | 100110 | 11100110 | 1000000 | 100110 |
Color Harmonies of #23389F
Complementary color
Monochromatic Colors of #23389F
Black with #23389F
Text Example
Text Example
White with #23389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23389F; }
p { color: rgb(35,56,159); }
H1.HeaderClassName
{
color: #23389F;
}
.AnyTagClassName
{
color: #23389F;
}
</style>
background-color css
<style>
a { background-color: #23389F; }
a { background-color: rgb(35,56,159); }
div.DivClassName
{
background-color: #23389F;
}
.BgClassName
{
background-color: #23389F;
}
</style>
border-color css
<style>
span { border-color: #23389F; }
span { border-color: rgb(35,56,159); }
td.TdClassName
{
border-color: #23389F;
}
.TagClassName
{
border-color: #23389F;
}
</style>