Shades of Egyptian Blue #23398F
Tints of Egyptian Blue #23398F
RGB
CMYK
RGB Variations
Color information
#23398F (or 0x23398F) is known color: Egyptian Blue. HEX triplet: 23, 39 and 8F. RGB value is (35,57,143). Sum of RGB (Red+Green+Blue) = 35+57+143=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #23398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23398F is #DCC670. Grayscale: #3B3B3B. Windows color (decimal): -14468721 or 9386275. OLE color: 9386275.
HSL color Cylindrical-coordinate representation of color #23398F: hue angle of 227.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23398F is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 57 | 143 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.44 |
| HSL | 227.78º | 0.61% | 0.35% | - |
| HSV(B) | 227.78º | 0.76% | 0.56% | - |
| XYZ | 7.11 | 5.27 | 26.63 | - |
| YUV | 60.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 143 | 0.76 | 0.60 | 0 | 0.44 | 227.78 | 0.61 | 0.35 |
| Hex | 23 | 39 | 8F | 4C | 3C | 0 | 2C | E4 | 3D | 23 |
| Octal | 43 | 71 | 217 | 114 | 74 | 0 | 54 | 344 | 75 | 43 |
| Binary | 100011 | 111001 | 10001111 | 1001100 | 111100 | 0 | 101100 | 11100100 | 111101 | 100011 |
Color Harmonies of #23398F
Complementary color
Monochromatic Colors of #23398F
Black with #23398F
Text Example
Text Example
White with #23398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23398F; }
p { color: rgb(35,57,143); }
H1.HeaderClassName
{
color: #23398F;
}
.AnyTagClassName
{
color: #23398F;
}
</style>
background-color css
<style>
a { background-color: #23398F; }
a { background-color: rgb(35,57,143); }
div.DivClassName
{
background-color: #23398F;
}
.BgClassName
{
background-color: #23398F;
}
</style>
border-color css
<style>
span { border-color: #23398F; }
span { border-color: rgb(35,57,143); }
td.TdClassName
{
border-color: #23398F;
}
.TagClassName
{
border-color: #23398F;
}
</style>