Shades of Egyptian Blue #23389D
Tints of Egyptian Blue #23389D
RGB
CMYK
RGB Variations
Color information
#23389D (or 0x23389D) is known color: Egyptian Blue. HEX triplet: 23, 38 and 9D. RGB value is (35,56,157). Sum of RGB (Red+Green+Blue) = 35+56+157=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #23389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23389D is #DCC762. Grayscale: #3C3C3C. Windows color (decimal): -14468963 or 10303523. OLE color: 10303523.
HSL color Cylindrical-coordinate representation of color #23389D: hue angle of 229.67º 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 #23389D is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 56 | 157 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.38 |
| HSL | 229.67º | 0.64% | 0.38% | - |
| HSV(B) | 229.67º | 0.78% | 0.62% | - |
| XYZ | 8.19 | 5.62 | 32.55 | - |
| YUV | 61.24 | 182.04 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 157 | 0.78 | 0.64 | 0 | 0.38 | 229.67 | 0.64 | 0.38 |
| Hex | 23 | 38 | 9D | 4E | 40 | 0 | 26 | E6 | 40 | 26 |
| Octal | 43 | 70 | 235 | 116 | 100 | 0 | 46 | 346 | 100 | 46 |
| Binary | 100011 | 111000 | 10011101 | 1001110 | 1000000 | 0 | 100110 | 11100110 | 1000000 | 100110 |
Color Harmonies of #23389D
Complementary color
Monochromatic Colors of #23389D
Black with #23389D
Text Example
Text Example
White with #23389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23389D; }
p { color: rgb(35,56,157); }
H1.HeaderClassName
{
color: #23389D;
}
.AnyTagClassName
{
color: #23389D;
}
</style>
background-color css
<style>
a { background-color: #23389D; }
a { background-color: rgb(35,56,157); }
div.DivClassName
{
background-color: #23389D;
}
.BgClassName
{
background-color: #23389D;
}
</style>
border-color css
<style>
span { border-color: #23389D; }
span { border-color: rgb(35,56,157); }
td.TdClassName
{
border-color: #23389D;
}
.TagClassName
{
border-color: #23389D;
}
</style>