Shades of Egyptian Blue #233194
Tints of Egyptian Blue #233194
RGB
CMYK
RGB Variations
Color information
#233194 (or 0x233194) is known color: Egyptian Blue. HEX triplet: 23, 31 and 94. RGB value is (35,49,148). Sum of RGB (Red+Green+Blue) = 35+49+148=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #233194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233194 is #DCCE6B. Grayscale: #373737. Windows color (decimal): -14470764 or 9711907. OLE color: 9711907.
HSL color Cylindrical-coordinate representation of color #233194: hue angle of 232.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233194 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 49 | 148 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.42 |
| HSL | 232.57º | 0.62% | 0.36% | - |
| HSV(B) | 232.57º | 0.76% | 0.58% | - |
| XYZ | 7.14 | 4.69 | 28.55 | - |
| YUV | 56.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 148 | 0.76 | 0.67 | 0 | 0.42 | 232.57 | 0.62 | 0.36 |
| Hex | 23 | 31 | 94 | 4C | 43 | 0 | 2A | E9 | 3E | 24 |
| Octal | 43 | 61 | 224 | 114 | 103 | 0 | 52 | 351 | 76 | 44 |
| Binary | 100011 | 110001 | 10010100 | 1001100 | 1000011 | 0 | 101010 | 11101001 | 111110 | 100100 |
Color Harmonies of #233194
Complementary color
Monochromatic Colors of #233194
Black with #233194
Text Example
Text Example
White with #233194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233194; }
p { color: rgb(35,49,148); }
H1.HeaderClassName
{
color: #233194;
}
.AnyTagClassName
{
color: #233194;
}
</style>
background-color css
<style>
a { background-color: #233194; }
a { background-color: rgb(35,49,148); }
div.DivClassName
{
background-color: #233194;
}
.BgClassName
{
background-color: #233194;
}
</style>
border-color css
<style>
span { border-color: #233194; }
span { border-color: rgb(35,49,148); }
td.TdClassName
{
border-color: #233194;
}
.TagClassName
{
border-color: #233194;
}
</style>