Shades of Egyptian Blue #233C98
Tints of Egyptian Blue #233C98
RGB
CMYK
RGB Variations
Color information
#233C98 (or 0x233C98) is known color: Egyptian Blue. HEX triplet: 23, 3C and 98. RGB value is (35,60,152). Sum of RGB (Red+Green+Blue) = 35+60+152=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #233C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C98 is #DCC367. Grayscale: #3E3E3E. Windows color (decimal): -14467944 or 9976867. OLE color: 9976867.
HSL color Cylindrical-coordinate representation of color #233C98: hue angle of 227.18º 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 #233C98 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 60 | 152 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.40 |
| HSL | 227.18º | 0.63% | 0.37% | - |
| HSV(B) | 227.18º | 0.77% | 0.6% | - |
| XYZ | 7.98 | 5.86 | 30.42 | - |
| YUV | 63.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 152 | 0.77 | 0.61 | 0 | 0.40 | 227.18 | 0.63 | 0.37 |
| Hex | 23 | 3C | 98 | 4D | 3D | 0 | 28 | E3 | 3F | 25 |
| Octal | 43 | 74 | 230 | 115 | 75 | 0 | 50 | 343 | 77 | 45 |
| Binary | 100011 | 111100 | 10011000 | 1001101 | 111101 | 0 | 101000 | 11100011 | 111111 | 100101 |
Color Harmonies of #233C98
Complementary color
Monochromatic Colors of #233C98
Black with #233C98
Text Example
Text Example
White with #233C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C98; }
p { color: rgb(35,60,152); }
H1.HeaderClassName
{
color: #233C98;
}
.AnyTagClassName
{
color: #233C98;
}
</style>
background-color css
<style>
a { background-color: #233C98; }
a { background-color: rgb(35,60,152); }
div.DivClassName
{
background-color: #233C98;
}
.BgClassName
{
background-color: #233C98;
}
</style>
border-color css
<style>
span { border-color: #233C98; }
span { border-color: rgb(35,60,152); }
td.TdClassName
{
border-color: #233C98;
}
.TagClassName
{
border-color: #233C98;
}
</style>