Shades of Egyptian Blue #233C9E
Tints of Egyptian Blue #233C9E
RGB
CMYK
RGB Variations
Color information
#233C9E (or 0x233C9E) is known color: Egyptian Blue. HEX triplet: 23, 3C and 9E. RGB value is (35,60,158). Sum of RGB (Red+Green+Blue) = 35+60+158=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #233C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C9E is #DCC361. Grayscale: #3F3F3F. Windows color (decimal): -14467938 or 10370083. OLE color: 10370083.
HSL color Cylindrical-coordinate representation of color #233C9E: hue angle of 227.8º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #233C9E is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 60 | 158 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.38 |
| HSL | 227.8º | 0.64% | 0.38% | - |
| HSV(B) | 227.8º | 0.78% | 0.62% | - |
| XYZ | 8.48 | 6.06 | 33.07 | - |
| YUV | 63.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 158 | 0.78 | 0.62 | 0 | 0.38 | 227.8 | 0.64 | 0.38 |
| Hex | 23 | 3C | 9E | 4E | 3E | 0 | 26 | E4 | 40 | 26 |
| Octal | 43 | 74 | 236 | 116 | 76 | 0 | 46 | 344 | 100 | 46 |
| Binary | 100011 | 111100 | 10011110 | 1001110 | 111110 | 0 | 100110 | 11100100 | 1000000 | 100110 |
Color Harmonies of #233C9E
Complementary color
Monochromatic Colors of #233C9E
Black with #233C9E
Text Example
Text Example
White with #233C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C9E; }
p { color: rgb(35,60,158); }
H1.HeaderClassName
{
color: #233C9E;
}
.AnyTagClassName
{
color: #233C9E;
}
</style>
background-color css
<style>
a { background-color: #233C9E; }
a { background-color: rgb(35,60,158); }
div.DivClassName
{
background-color: #233C9E;
}
.BgClassName
{
background-color: #233C9E;
}
</style>
border-color css
<style>
span { border-color: #233C9E; }
span { border-color: rgb(35,60,158); }
td.TdClassName
{
border-color: #233C9E;
}
.TagClassName
{
border-color: #233C9E;
}
</style>