Shades of Egyptian Blue #232891
Tints of Egyptian Blue #232891
RGB
CMYK
RGB Variations
Color information
#232891 (or 0x232891) is known color: Egyptian Blue. HEX triplet: 23, 28 and 91. RGB value is (35,40,145). Sum of RGB (Red+Green+Blue) = 35+40+145=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #232891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232891 is #DCD76E. Grayscale: #323232. Windows color (decimal): -14473071 or 9512995. OLE color: 9512995.
HSL color Cylindrical-coordinate representation of color #232891: hue angle of 237.27º 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 #232891 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 40 | 145 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.43 |
| HSL | 237.27º | 0.61% | 0.35% | - |
| HSV(B) | 237.27º | 0.76% | 0.57% | - |
| XYZ | 6.56 | 3.92 | 27.2 | - |
| YUV | 50.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 145 | 0.76 | 0.72 | 0 | 0.43 | 237.27 | 0.61 | 0.35 |
| Hex | 23 | 28 | 91 | 4C | 48 | 0 | 2B | ED | 3D | 23 |
| Octal | 43 | 50 | 221 | 114 | 110 | 0 | 53 | 355 | 75 | 43 |
| Binary | 100011 | 101000 | 10010001 | 1001100 | 1001000 | 0 | 101011 | 11101101 | 111101 | 100011 |
Color Harmonies of #232891
Complementary color
Monochromatic Colors of #232891
Black with #232891
Text Example
Text Example
White with #232891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232891; }
p { color: rgb(35,40,145); }
H1.HeaderClassName
{
color: #232891;
}
.AnyTagClassName
{
color: #232891;
}
</style>
background-color css
<style>
a { background-color: #232891; }
a { background-color: rgb(35,40,145); }
div.DivClassName
{
background-color: #232891;
}
.BgClassName
{
background-color: #232891;
}
</style>
border-color css
<style>
span { border-color: #232891; }
span { border-color: rgb(35,40,145); }
td.TdClassName
{
border-color: #232891;
}
.TagClassName
{
border-color: #232891;
}
</style>