Shades of Egyptian Blue #233299
Tints of Egyptian Blue #233299
RGB
CMYK
RGB Variations
Color information
#233299 (or 0x233299) is known color: Egyptian Blue. HEX triplet: 23, 32 and 99. RGB value is (35,50,153). Sum of RGB (Red+Green+Blue) = 35+50+153=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #233299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233299 is #DCCD66. Grayscale: #383838. Windows color (decimal): -14470503 or 10039843. OLE color: 10039843.
HSL color Cylindrical-coordinate representation of color #233299: hue angle of 232.37º 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 #233299 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 50 | 153 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.4 |
| HSL | 232.37º | 0.63% | 0.37% | - |
| HSV(B) | 232.37º | 0.77% | 0.6% | - |
| XYZ | 7.58 | 4.94 | 30.69 | - |
| YUV | 57.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 153 | 0.77 | 0.67 | 0 | 0.4 | 232.37 | 0.63 | 0.37 |
| Hex | 23 | 32 | 99 | 4D | 43 | 0 | 28 | E8 | 3F | 25 |
| Octal | 43 | 62 | 231 | 115 | 103 | 0 | 50 | 350 | 77 | 45 |
| Binary | 100011 | 110010 | 10011001 | 1001101 | 1000011 | 0 | 101000 | 11101000 | 111111 | 100101 |
Color Harmonies of #233299
Complementary color
Monochromatic Colors of #233299
Black with #233299
Text Example
Text Example
White with #233299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233299; }
p { color: rgb(35,50,153); }
H1.HeaderClassName
{
color: #233299;
}
.AnyTagClassName
{
color: #233299;
}
</style>
background-color css
<style>
a { background-color: #233299; }
a { background-color: rgb(35,50,153); }
div.DivClassName
{
background-color: #233299;
}
.BgClassName
{
background-color: #233299;
}
</style>
border-color css
<style>
span { border-color: #233299; }
span { border-color: rgb(35,50,153); }
td.TdClassName
{
border-color: #233299;
}
.TagClassName
{
border-color: #233299;
}
</style>