Shades of Egyptian Blue #232E91
Tints of Egyptian Blue #232E91
RGB
CMYK
RGB Variations
Color information
#232E91 (or 0x232E91) is known color: Egyptian Blue. HEX triplet: 23, 2E and 91. RGB value is (35,46,145). Sum of RGB (Red+Green+Blue) = 35+46+145=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #232E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E91 is #DCD16E. Grayscale: #353535. Windows color (decimal): -14471535 or 9514531. OLE color: 9514531.
HSL color Cylindrical-coordinate representation of color #232E91: hue angle of 234º 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 #232E91 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 46 | 145 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.43 |
| HSL | 234º | 0.61% | 0.35% | - |
| HSV(B) | 234º | 0.76% | 0.57% | - |
| XYZ | 6.78 | 4.36 | 27.27 | - |
| YUV | 54 | 179.36 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 145 | 0.76 | 0.68 | 0 | 0.43 | 234 | 0.61 | 0.35 |
| Hex | 23 | 2E | 91 | 4C | 44 | 0 | 2B | EA | 3D | 23 |
| Octal | 43 | 56 | 221 | 114 | 104 | 0 | 53 | 352 | 75 | 43 |
| Binary | 100011 | 101110 | 10010001 | 1001100 | 1000100 | 0 | 101011 | 11101010 | 111101 | 100011 |
Color Harmonies of #232E91
Complementary color
Monochromatic Colors of #232E91
Black with #232E91
Text Example
Text Example
White with #232E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E91; }
p { color: rgb(35,46,145); }
H1.HeaderClassName
{
color: #232E91;
}
.AnyTagClassName
{
color: #232E91;
}
</style>
background-color css
<style>
a { background-color: #232E91; }
a { background-color: rgb(35,46,145); }
div.DivClassName
{
background-color: #232E91;
}
.BgClassName
{
background-color: #232E91;
}
</style>
border-color css
<style>
span { border-color: #232E91; }
span { border-color: rgb(35,46,145); }
td.TdClassName
{
border-color: #232E91;
}
.TagClassName
{
border-color: #232E91;
}
</style>