Shades of Egyptian Blue #233591
Tints of Egyptian Blue #233591
RGB
CMYK
RGB Variations
Color information
#233591 (or 0x233591) is known color: Egyptian Blue. HEX triplet: 23, 35 and 91. RGB value is (35,53,145). Sum of RGB (Red+Green+Blue) = 35+53+145=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #233591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233591 is #DCCA6E. Grayscale: #393939. Windows color (decimal): -14469743 or 9516323. OLE color: 9516323.
HSL color Cylindrical-coordinate representation of color #233591: hue angle of 230.18º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233591 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 53 | 145 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.43 |
| HSL | 230.18º | 0.61% | 0.35% | - |
| HSV(B) | 230.18º | 0.76% | 0.57% | - |
| XYZ | 7.08 | 4.95 | 27.37 | - |
| YUV | 58.11 | 177.04 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 145 | 0.76 | 0.63 | 0 | 0.43 | 230.18 | 0.61 | 0.35 |
| Hex | 23 | 35 | 91 | 4C | 3F | 0 | 2B | E6 | 3D | 23 |
| Octal | 43 | 65 | 221 | 114 | 77 | 0 | 53 | 346 | 75 | 43 |
| Binary | 100011 | 110101 | 10010001 | 1001100 | 111111 | 0 | 101011 | 11100110 | 111101 | 100011 |
Color Harmonies of #233591
Complementary color
Monochromatic Colors of #233591
Black with #233591
Text Example
Text Example
White with #233591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233591; }
p { color: rgb(35,53,145); }
H1.HeaderClassName
{
color: #233591;
}
.AnyTagClassName
{
color: #233591;
}
</style>
background-color css
<style>
a { background-color: #233591; }
a { background-color: rgb(35,53,145); }
div.DivClassName
{
background-color: #233591;
}
.BgClassName
{
background-color: #233591;
}
</style>
border-color css
<style>
span { border-color: #233591; }
span { border-color: rgb(35,53,145); }
td.TdClassName
{
border-color: #233591;
}
.TagClassName
{
border-color: #233591;
}
</style>