Shades of Egyptian Blue #233192
Tints of Egyptian Blue #233192
RGB
CMYK
RGB Variations
Color information
#233192 (or 0x233192) is known color: Egyptian Blue. HEX triplet: 23, 31 and 92. RGB value is (35,49,146). Sum of RGB (Red+Green+Blue) = 35+49+146=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #233192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233192 is #DCCE6D. Grayscale: #373737. Windows color (decimal): -14470766 or 9580835. OLE color: 9580835.
HSL color Cylindrical-coordinate representation of color #233192: hue angle of 232.43º 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 #233192 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 49 | 146 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.43 |
| HSL | 232.43º | 0.61% | 0.35% | - |
| HSV(B) | 232.43º | 0.76% | 0.57% | - |
| XYZ | 6.98 | 4.63 | 27.72 | - |
| YUV | 55.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 146 | 0.76 | 0.66 | 0 | 0.43 | 232.43 | 0.61 | 0.35 |
| Hex | 23 | 31 | 92 | 4C | 42 | 0 | 2B | E8 | 3D | 23 |
| Octal | 43 | 61 | 222 | 114 | 102 | 0 | 53 | 350 | 75 | 43 |
| Binary | 100011 | 110001 | 10010010 | 1001100 | 1000010 | 0 | 101011 | 11101000 | 111101 | 100011 |
Color Harmonies of #233192
Complementary color
Monochromatic Colors of #233192
Black with #233192
Text Example
Text Example
White with #233192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233192; }
p { color: rgb(35,49,146); }
H1.HeaderClassName
{
color: #233192;
}
.AnyTagClassName
{
color: #233192;
}
</style>
background-color css
<style>
a { background-color: #233192; }
a { background-color: rgb(35,49,146); }
div.DivClassName
{
background-color: #233192;
}
.BgClassName
{
background-color: #233192;
}
</style>
border-color css
<style>
span { border-color: #233192; }
span { border-color: rgb(35,49,146); }
td.TdClassName
{
border-color: #233192;
}
.TagClassName
{
border-color: #233192;
}
</style>