Shades of Egyptian Blue #233191
Tints of Egyptian Blue #233191
RGB
CMYK
RGB Variations
Color information
#233191 (or 0x233191) is known color: Egyptian Blue. HEX triplet: 23, 31 and 91. RGB value is (35,49,145). Sum of RGB (Red+Green+Blue) = 35+49+145=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #233191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233191 is #DCCE6E. Grayscale: #373737. Windows color (decimal): -14470767 or 9515299. OLE color: 9515299.
HSL color Cylindrical-coordinate representation of color #233191: hue angle of 232.36º 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 #233191 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 49 | 145 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.43 |
| HSL | 232.36º | 0.61% | 0.35% | - |
| HSV(B) | 232.36º | 0.76% | 0.57% | - |
| XYZ | 6.9 | 4.6 | 27.31 | - |
| YUV | 55.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 145 | 0.76 | 0.66 | 0 | 0.43 | 232.36 | 0.61 | 0.35 |
| Hex | 23 | 31 | 91 | 4C | 42 | 0 | 2B | E8 | 3D | 23 |
| Octal | 43 | 61 | 221 | 114 | 102 | 0 | 53 | 350 | 75 | 43 |
| Binary | 100011 | 110001 | 10010001 | 1001100 | 1000010 | 0 | 101011 | 11101000 | 111101 | 100011 |
Color Harmonies of #233191
Complementary color
Monochromatic Colors of #233191
Black with #233191
Text Example
Text Example
White with #233191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233191; }
p { color: rgb(35,49,145); }
H1.HeaderClassName
{
color: #233191;
}
.AnyTagClassName
{
color: #233191;
}
</style>
background-color css
<style>
a { background-color: #233191; }
a { background-color: rgb(35,49,145); }
div.DivClassName
{
background-color: #233191;
}
.BgClassName
{
background-color: #233191;
}
</style>
border-color css
<style>
span { border-color: #233191; }
span { border-color: rgb(35,49,145); }
td.TdClassName
{
border-color: #233191;
}
.TagClassName
{
border-color: #233191;
}
</style>