Shades of Egyptian Blue #232892
Tints of Egyptian Blue #232892
RGB
CMYK
RGB Variations
Color information
#232892 (or 0x232892) is known color: Egyptian Blue. HEX triplet: 23, 28 and 92. RGB value is (35,40,146). Sum of RGB (Red+Green+Blue) = 35+40+146=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #232892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232892 is #DCD76D. Grayscale: #323232. Windows color (decimal): -14473070 or 9578531. OLE color: 9578531.
HSL color Cylindrical-coordinate representation of color #232892: hue angle of 237.3º 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 #232892 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 40 | 146 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.43 |
| HSL | 237.3º | 0.61% | 0.35% | - |
| HSV(B) | 237.3º | 0.76% | 0.57% | - |
| XYZ | 6.64 | 3.95 | 27.61 | - |
| YUV | 50.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 146 | 0.76 | 0.73 | 0 | 0.43 | 237.3 | 0.61 | 0.35 |
| Hex | 23 | 28 | 92 | 4C | 49 | 0 | 2B | ED | 3D | 23 |
| Octal | 43 | 50 | 222 | 114 | 111 | 0 | 53 | 355 | 75 | 43 |
| Binary | 100011 | 101000 | 10010010 | 1001100 | 1001001 | 0 | 101011 | 11101101 | 111101 | 100011 |
Color Harmonies of #232892
Complementary color
Monochromatic Colors of #232892
Black with #232892
Text Example
Text Example
White with #232892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232892; }
p { color: rgb(35,40,146); }
H1.HeaderClassName
{
color: #232892;
}
.AnyTagClassName
{
color: #232892;
}
</style>
background-color css
<style>
a { background-color: #232892; }
a { background-color: rgb(35,40,146); }
div.DivClassName
{
background-color: #232892;
}
.BgClassName
{
background-color: #232892;
}
</style>
border-color css
<style>
span { border-color: #232892; }
span { border-color: rgb(35,40,146); }
td.TdClassName
{
border-color: #232892;
}
.TagClassName
{
border-color: #232892;
}
</style>