Shades of Egyptian Blue #23328E
Tints of Egyptian Blue #23328E
RGB
CMYK
RGB Variations
Color information
#23328E (or 0x23328E) is known color: Egyptian Blue. HEX triplet: 23, 32 and 8E. RGB value is (35,50,142). Sum of RGB (Red+Green+Blue) = 35+50+142=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #23328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23328E is #DCCD71. Grayscale: #373737. Windows color (decimal): -14470514 or 9318947. OLE color: 9318947.
HSL color Cylindrical-coordinate representation of color #23328E: hue angle of 231.59º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23328E is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 50 | 142 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.44 |
| HSL | 231.59º | 0.6% | 0.35% | - |
| HSV(B) | 231.59º | 0.75% | 0.56% | - |
| XYZ | 6.72 | 4.59 | 26.12 | - |
| YUV | 56 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 142 | 0.75 | 0.65 | 0 | 0.44 | 231.59 | 0.6 | 0.35 |
| Hex | 23 | 32 | 8E | 4B | 41 | 0 | 2C | E8 | 3C | 23 |
| Octal | 43 | 62 | 216 | 113 | 101 | 0 | 54 | 350 | 74 | 43 |
| Binary | 100011 | 110010 | 10001110 | 1001011 | 1000001 | 0 | 101100 | 11101000 | 111100 | 100011 |
Color Harmonies of #23328E
Complementary color
Monochromatic Colors of #23328E
Black with #23328E
Text Example
Text Example
White with #23328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23328E; }
p { color: rgb(35,50,142); }
H1.HeaderClassName
{
color: #23328E;
}
.AnyTagClassName
{
color: #23328E;
}
</style>
background-color css
<style>
a { background-color: #23328E; }
a { background-color: rgb(35,50,142); }
div.DivClassName
{
background-color: #23328E;
}
.BgClassName
{
background-color: #23328E;
}
</style>
border-color css
<style>
span { border-color: #23328E; }
span { border-color: rgb(35,50,142); }
td.TdClassName
{
border-color: #23328E;
}
.TagClassName
{
border-color: #23328E;
}
</style>