Shades of Egyptian Blue #232E92
Tints of Egyptian Blue #232E92
RGB
CMYK
RGB Variations
Color information
#232E92 (or 0x232E92) is known color: Egyptian Blue. HEX triplet: 23, 2E and 92. RGB value is (35,46,146). Sum of RGB (Red+Green+Blue) = 35+46+146=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #232E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E92 is #DCD16D. Grayscale: #353535. Windows color (decimal): -14471534 or 9580067. OLE color: 9580067.
HSL color Cylindrical-coordinate representation of color #232E92: hue angle of 234.05º 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 #232E92 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 46 | 146 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.43 |
| HSL | 234.05º | 0.61% | 0.35% | - |
| HSV(B) | 234.05º | 0.76% | 0.57% | - |
| XYZ | 6.86 | 4.39 | 27.68 | - |
| YUV | 54.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 146 | 0.76 | 0.68 | 0 | 0.43 | 234.05 | 0.61 | 0.35 |
| Hex | 23 | 2E | 92 | 4C | 44 | 0 | 2B | EA | 3D | 23 |
| Octal | 43 | 56 | 222 | 114 | 104 | 0 | 53 | 352 | 75 | 43 |
| Binary | 100011 | 101110 | 10010010 | 1001100 | 1000100 | 0 | 101011 | 11101010 | 111101 | 100011 |
Color Harmonies of #232E92
Complementary color
Monochromatic Colors of #232E92
Black with #232E92
Text Example
Text Example
White with #232E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E92; }
p { color: rgb(35,46,146); }
H1.HeaderClassName
{
color: #232E92;
}
.AnyTagClassName
{
color: #232E92;
}
</style>
background-color css
<style>
a { background-color: #232E92; }
a { background-color: rgb(35,46,146); }
div.DivClassName
{
background-color: #232E92;
}
.BgClassName
{
background-color: #232E92;
}
</style>
border-color css
<style>
span { border-color: #232E92; }
span { border-color: rgb(35,46,146); }
td.TdClassName
{
border-color: #232E92;
}
.TagClassName
{
border-color: #232E92;
}
</style>