Shades of Egyptian Blue #23439E
Tints of Egyptian Blue #23439E
RGB
CMYK
RGB Variations
Color information
#23439E (or 0x23439E) is known color: Egyptian Blue. HEX triplet: 23, 43 and 9E. RGB value is (35,67,158). Sum of RGB (Red+Green+Blue) = 35+67+158=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #23439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23439E is #DCBC61. Grayscale: #434343. Windows color (decimal): -14466146 or 10371875. OLE color: 10371875.
HSL color Cylindrical-coordinate representation of color #23439E: hue angle of 224.39º 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 #23439E is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 67 | 158 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.38 |
| HSL | 224.39º | 0.64% | 0.38% | - |
| HSV(B) | 224.39º | 0.78% | 0.62% | - |
| XYZ | 8.87 | 6.84 | 33.2 | - |
| YUV | 67.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 158 | 0.78 | 0.58 | 0 | 0.38 | 224.39 | 0.64 | 0.38 |
| Hex | 23 | 43 | 9E | 4E | 3A | 0 | 26 | E0 | 40 | 26 |
| Octal | 43 | 103 | 236 | 116 | 72 | 0 | 46 | 340 | 100 | 46 |
| Binary | 100011 | 1000011 | 10011110 | 1001110 | 111010 | 0 | 100110 | 11100000 | 1000000 | 100110 |
Color Harmonies of #23439E
Complementary color
Monochromatic Colors of #23439E
Black with #23439E
Text Example
Text Example
White with #23439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23439E; }
p { color: rgb(35,67,158); }
H1.HeaderClassName
{
color: #23439E;
}
.AnyTagClassName
{
color: #23439E;
}
</style>
background-color css
<style>
a { background-color: #23439E; }
a { background-color: rgb(35,67,158); }
div.DivClassName
{
background-color: #23439E;
}
.BgClassName
{
background-color: #23439E;
}
</style>
border-color css
<style>
span { border-color: #23439E; }
span { border-color: rgb(35,67,158); }
td.TdClassName
{
border-color: #23439E;
}
.TagClassName
{
border-color: #23439E;
}
</style>