Shades of Egyptian Blue #232992
Tints of Egyptian Blue #232992
RGB
CMYK
RGB Variations
Color information
#232992 (or 0x232992) is known color: Egyptian Blue. HEX triplet: 23, 29 and 92. RGB value is (35,41,146). Sum of RGB (Red+Green+Blue) = 35+41+146=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #232992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232992 is #DCD66D. Grayscale: #323232. Windows color (decimal): -14472814 or 9578787. OLE color: 9578787.
HSL color Cylindrical-coordinate representation of color #232992: hue angle of 236.76º 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 #232992 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 41 | 146 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.43 |
| HSL | 236.76º | 0.61% | 0.35% | - |
| HSV(B) | 236.76º | 0.76% | 0.57% | - |
| XYZ | 6.67 | 4.02 | 27.62 | - |
| YUV | 51.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 146 | 0.76 | 0.72 | 0 | 0.43 | 236.76 | 0.61 | 0.35 |
| Hex | 23 | 29 | 92 | 4C | 48 | 0 | 2B | ED | 3D | 23 |
| Octal | 43 | 51 | 222 | 114 | 110 | 0 | 53 | 355 | 75 | 43 |
| Binary | 100011 | 101001 | 10010010 | 1001100 | 1001000 | 0 | 101011 | 11101101 | 111101 | 100011 |
Color Harmonies of #232992
Complementary color
Monochromatic Colors of #232992
Black with #232992
Text Example
Text Example
White with #232992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232992; }
p { color: rgb(35,41,146); }
H1.HeaderClassName
{
color: #232992;
}
.AnyTagClassName
{
color: #232992;
}
</style>
background-color css
<style>
a { background-color: #232992; }
a { background-color: rgb(35,41,146); }
div.DivClassName
{
background-color: #232992;
}
.BgClassName
{
background-color: #232992;
}
</style>
border-color css
<style>
span { border-color: #232992; }
span { border-color: rgb(35,41,146); }
td.TdClassName
{
border-color: #232992;
}
.TagClassName
{
border-color: #232992;
}
</style>