Shades of Egyptian Blue #233E96
Tints of Egyptian Blue #233E96
RGB
CMYK
RGB Variations
Color information
#233E96 (or 0x233E96) is known color: Egyptian Blue. HEX triplet: 23, 3E and 96. RGB value is (35,62,150). Sum of RGB (Red+Green+Blue) = 35+62+150=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #233E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E96 is #DCC169. Grayscale: #3F3F3F. Windows color (decimal): -14467434 or 9846307. OLE color: 9846307.
HSL color Cylindrical-coordinate representation of color #233E96: hue angle of 225.91º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233E96 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 62 | 150 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.41 |
| HSL | 225.91º | 0.62% | 0.36% | - |
| HSV(B) | 225.91º | 0.77% | 0.59% | - |
| XYZ | 7.92 | 6 | 29.6 | - |
| YUV | 63.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 150 | 0.77 | 0.59 | 0 | 0.41 | 225.91 | 0.62 | 0.36 |
| Hex | 23 | 3E | 96 | 4D | 3B | 0 | 29 | E2 | 3E | 24 |
| Octal | 43 | 76 | 226 | 115 | 73 | 0 | 51 | 342 | 76 | 44 |
| Binary | 100011 | 111110 | 10010110 | 1001101 | 111011 | 0 | 101001 | 11100010 | 111110 | 100100 |
Color Harmonies of #233E96
Complementary color
Monochromatic Colors of #233E96
Black with #233E96
Text Example
Text Example
White with #233E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E96; }
p { color: rgb(35,62,150); }
H1.HeaderClassName
{
color: #233E96;
}
.AnyTagClassName
{
color: #233E96;
}
</style>
background-color css
<style>
a { background-color: #233E96; }
a { background-color: rgb(35,62,150); }
div.DivClassName
{
background-color: #233E96;
}
.BgClassName
{
background-color: #233E96;
}
</style>
border-color css
<style>
span { border-color: #233E96; }
span { border-color: rgb(35,62,150); }
td.TdClassName
{
border-color: #233E96;
}
.TagClassName
{
border-color: #233E96;
}
</style>