Shades of Egyptian Blue #233C99
Tints of Egyptian Blue #233C99
RGB
CMYK
RGB Variations
Color information
#233C99 (or 0x233C99) is known color: Egyptian Blue. HEX triplet: 23, 3C and 99. RGB value is (35,60,153). Sum of RGB (Red+Green+Blue) = 35+60+153=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #233C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C99 is #DCC366. Grayscale: #3E3E3E. Windows color (decimal): -14467943 or 10042403. OLE color: 10042403.
HSL color Cylindrical-coordinate representation of color #233C99: hue angle of 227.29º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233C99 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 60 | 153 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.4 |
| HSL | 227.29º | 0.63% | 0.37% | - |
| HSV(B) | 227.29º | 0.77% | 0.6% | - |
| XYZ | 8.06 | 5.89 | 30.85 | - |
| YUV | 63.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 153 | 0.77 | 0.61 | 0 | 0.4 | 227.29 | 0.63 | 0.37 |
| Hex | 23 | 3C | 99 | 4D | 3D | 0 | 28 | E3 | 3F | 25 |
| Octal | 43 | 74 | 231 | 115 | 75 | 0 | 50 | 343 | 77 | 45 |
| Binary | 100011 | 111100 | 10011001 | 1001101 | 111101 | 0 | 101000 | 11100011 | 111111 | 100101 |
Color Harmonies of #233C99
Complementary color
Monochromatic Colors of #233C99
Black with #233C99
Text Example
Text Example
White with #233C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C99; }
p { color: rgb(35,60,153); }
H1.HeaderClassName
{
color: #233C99;
}
.AnyTagClassName
{
color: #233C99;
}
</style>
background-color css
<style>
a { background-color: #233C99; }
a { background-color: rgb(35,60,153); }
div.DivClassName
{
background-color: #233C99;
}
.BgClassName
{
background-color: #233C99;
}
</style>
border-color css
<style>
span { border-color: #233C99; }
span { border-color: rgb(35,60,153); }
td.TdClassName
{
border-color: #233C99;
}
.TagClassName
{
border-color: #233C99;
}
</style>