Shades of Egyptian Blue #233195
Tints of Egyptian Blue #233195
RGB
CMYK
RGB Variations
Color information
#233195 (or 0x233195) is known color: Egyptian Blue. HEX triplet: 23, 31 and 95. RGB value is (35,49,149). Sum of RGB (Red+Green+Blue) = 35+49+149=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #233195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233195 is #DCCE6A. Grayscale: #373737. Windows color (decimal): -14470763 or 9777443. OLE color: 9777443.
HSL color Cylindrical-coordinate representation of color #233195: hue angle of 232.63º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233195 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 49 | 149 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.42 |
| HSL | 232.63º | 0.62% | 0.36% | - |
| HSV(B) | 232.63º | 0.77% | 0.58% | - |
| XYZ | 7.22 | 4.72 | 28.97 | - |
| YUV | 56.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 149 | 0.77 | 0.67 | 0 | 0.42 | 232.63 | 0.62 | 0.36 |
| Hex | 23 | 31 | 95 | 4D | 43 | 0 | 2A | E9 | 3E | 24 |
| Octal | 43 | 61 | 225 | 115 | 103 | 0 | 52 | 351 | 76 | 44 |
| Binary | 100011 | 110001 | 10010101 | 1001101 | 1000011 | 0 | 101010 | 11101001 | 111110 | 100100 |
Color Harmonies of #233195
Complementary color
Monochromatic Colors of #233195
Black with #233195
Text Example
Text Example
White with #233195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233195; }
p { color: rgb(35,49,149); }
H1.HeaderClassName
{
color: #233195;
}
.AnyTagClassName
{
color: #233195;
}
</style>
background-color css
<style>
a { background-color: #233195; }
a { background-color: rgb(35,49,149); }
div.DivClassName
{
background-color: #233195;
}
.BgClassName
{
background-color: #233195;
}
</style>
border-color css
<style>
span { border-color: #233195; }
span { border-color: rgb(35,49,149); }
td.TdClassName
{
border-color: #233195;
}
.TagClassName
{
border-color: #233195;
}
</style>