Shades of Egyptian Blue #233092
Tints of Egyptian Blue #233092
RGB
CMYK
RGB Variations
Color information
#233092 (or 0x233092) is known color: Egyptian Blue. HEX triplet: 23, 30 and 92. RGB value is (35,48,146). Sum of RGB (Red+Green+Blue) = 35+48+146=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #233092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233092 is #DCCF6D. Grayscale: #363636. Windows color (decimal): -14471022 or 9580579. OLE color: 9580579.
HSL color Cylindrical-coordinate representation of color #233092: hue angle of 232.97º 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 #233092 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 48 | 146 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.43 |
| HSL | 232.97º | 0.61% | 0.35% | - |
| HSV(B) | 232.97º | 0.76% | 0.57% | - |
| XYZ | 6.94 | 4.55 | 27.71 | - |
| YUV | 55.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 146 | 0.76 | 0.67 | 0 | 0.43 | 232.97 | 0.61 | 0.35 |
| Hex | 23 | 30 | 92 | 4C | 43 | 0 | 2B | E9 | 3D | 23 |
| Octal | 43 | 60 | 222 | 114 | 103 | 0 | 53 | 351 | 75 | 43 |
| Binary | 100011 | 110000 | 10010010 | 1001100 | 1000011 | 0 | 101011 | 11101001 | 111101 | 100011 |
Color Harmonies of #233092
Complementary color
Monochromatic Colors of #233092
Black with #233092
Text Example
Text Example
White with #233092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233092; }
p { color: rgb(35,48,146); }
H1.HeaderClassName
{
color: #233092;
}
.AnyTagClassName
{
color: #233092;
}
</style>
background-color css
<style>
a { background-color: #233092; }
a { background-color: rgb(35,48,146); }
div.DivClassName
{
background-color: #233092;
}
.BgClassName
{
background-color: #233092;
}
</style>
border-color css
<style>
span { border-color: #233092; }
span { border-color: rgb(35,48,146); }
td.TdClassName
{
border-color: #233092;
}
.TagClassName
{
border-color: #233092;
}
</style>