Shades of Egyptian Blue #233393
Tints of Egyptian Blue #233393
RGB
CMYK
RGB Variations
Color information
#233393 (or 0x233393) is known color: Egyptian Blue. HEX triplet: 23, 33 and 93. RGB value is (35,51,147). Sum of RGB (Red+Green+Blue) = 35+51+147=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #233393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233393 is #DCCC6C. Grayscale: #383838. Windows color (decimal): -14470253 or 9646883. OLE color: 9646883.
HSL color Cylindrical-coordinate representation of color #233393: hue angle of 231.43º 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 #233393 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 51 | 147 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.42 |
| HSL | 231.43º | 0.62% | 0.36% | - |
| HSV(B) | 231.43º | 0.76% | 0.58% | - |
| XYZ | 7.14 | 4.83 | 28.16 | - |
| YUV | 57.16 | 178.7 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 147 | 0.76 | 0.65 | 0 | 0.42 | 231.43 | 0.62 | 0.36 |
| Hex | 23 | 33 | 93 | 4C | 41 | 0 | 2A | E7 | 3E | 24 |
| Octal | 43 | 63 | 223 | 114 | 101 | 0 | 52 | 347 | 76 | 44 |
| Binary | 100011 | 110011 | 10010011 | 1001100 | 1000001 | 0 | 101010 | 11100111 | 111110 | 100100 |
Color Harmonies of #233393
Complementary color
Monochromatic Colors of #233393
Black with #233393
Text Example
Text Example
White with #233393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233393; }
p { color: rgb(35,51,147); }
H1.HeaderClassName
{
color: #233393;
}
.AnyTagClassName
{
color: #233393;
}
</style>
background-color css
<style>
a { background-color: #233393; }
a { background-color: rgb(35,51,147); }
div.DivClassName
{
background-color: #233393;
}
.BgClassName
{
background-color: #233393;
}
</style>
border-color css
<style>
span { border-color: #233393; }
span { border-color: rgb(35,51,147); }
td.TdClassName
{
border-color: #233393;
}
.TagClassName
{
border-color: #233393;
}
</style>