Shades of Egyptian Blue #233996
Tints of Egyptian Blue #233996
RGB
CMYK
RGB Variations
Color information
#233996 (or 0x233996) is known color: Egyptian Blue. HEX triplet: 23, 39 and 96. RGB value is (35,57,150). Sum of RGB (Red+Green+Blue) = 35+57+150=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #233996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233996 is #DCC669. Grayscale: #3C3C3C. Windows color (decimal): -14468714 or 9845027. OLE color: 9845027.
HSL color Cylindrical-coordinate representation of color #233996: hue angle of 228.52º 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 #233996 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 57 | 150 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.41 |
| HSL | 228.52º | 0.62% | 0.36% | - |
| HSV(B) | 228.52º | 0.77% | 0.59% | - |
| XYZ | 7.66 | 5.49 | 29.51 | - |
| YUV | 61.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 150 | 0.77 | 0.62 | 0 | 0.41 | 228.52 | 0.62 | 0.36 |
| Hex | 23 | 39 | 96 | 4D | 3E | 0 | 29 | E5 | 3E | 24 |
| Octal | 43 | 71 | 226 | 115 | 76 | 0 | 51 | 345 | 76 | 44 |
| Binary | 100011 | 111001 | 10010110 | 1001101 | 111110 | 0 | 101001 | 11100101 | 111110 | 100100 |
Color Harmonies of #233996
Complementary color
Monochromatic Colors of #233996
Black with #233996
Text Example
Text Example
White with #233996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233996; }
p { color: rgb(35,57,150); }
H1.HeaderClassName
{
color: #233996;
}
.AnyTagClassName
{
color: #233996;
}
</style>
background-color css
<style>
a { background-color: #233996; }
a { background-color: rgb(35,57,150); }
div.DivClassName
{
background-color: #233996;
}
.BgClassName
{
background-color: #233996;
}
</style>
border-color css
<style>
span { border-color: #233996; }
span { border-color: rgb(35,57,150); }
td.TdClassName
{
border-color: #233996;
}
.TagClassName
{
border-color: #233996;
}
</style>