Shades of Egyptian Blue #233993
Tints of Egyptian Blue #233993
RGB
CMYK
RGB Variations
Color information
#233993 (or 0x233993) is known color: Egyptian Blue. HEX triplet: 23, 39 and 93. RGB value is (35,57,147). Sum of RGB (Red+Green+Blue) = 35+57+147=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #233993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233993 is #DCC66C. Grayscale: #3C3C3C. Windows color (decimal): -14468717 or 9648419. OLE color: 9648419.
HSL color Cylindrical-coordinate representation of color #233993: hue angle of 228.21º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233993 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 57 | 147 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.42 |
| HSL | 228.21º | 0.62% | 0.36% | - |
| HSV(B) | 228.21º | 0.76% | 0.58% | - |
| XYZ | 7.42 | 5.39 | 28.25 | - |
| YUV | 60.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 147 | 0.76 | 0.61 | 0 | 0.42 | 228.21 | 0.62 | 0.36 |
| Hex | 23 | 39 | 93 | 4C | 3D | 0 | 2A | E4 | 3E | 24 |
| Octal | 43 | 71 | 223 | 114 | 75 | 0 | 52 | 344 | 76 | 44 |
| Binary | 100011 | 111001 | 10010011 | 1001100 | 111101 | 0 | 101010 | 11100100 | 111110 | 100100 |
Color Harmonies of #233993
Complementary color
Monochromatic Colors of #233993
Black with #233993
Text Example
Text Example
White with #233993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233993; }
p { color: rgb(35,57,147); }
H1.HeaderClassName
{
color: #233993;
}
.AnyTagClassName
{
color: #233993;
}
</style>
background-color css
<style>
a { background-color: #233993; }
a { background-color: rgb(35,57,147); }
div.DivClassName
{
background-color: #233993;
}
.BgClassName
{
background-color: #233993;
}
</style>
border-color css
<style>
span { border-color: #233993; }
span { border-color: rgb(35,57,147); }
td.TdClassName
{
border-color: #233993;
}
.TagClassName
{
border-color: #233993;
}
</style>