Shades of Egyptian Blue #232D93
Tints of Egyptian Blue #232D93
RGB
CMYK
RGB Variations
Color information
#232D93 (or 0x232D93) is known color: Egyptian Blue. HEX triplet: 23, 2D and 93. RGB value is (35,45,147). Sum of RGB (Red+Green+Blue) = 35+45+147=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #232D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D93 is #DCD26C. Grayscale: #353535. Windows color (decimal): -14471789 or 9645347. OLE color: 9645347.
HSL color Cylindrical-coordinate representation of color #232D93: hue angle of 234.64º 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 #232D93 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 45 | 147 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.42 |
| HSL | 234.64º | 0.62% | 0.36% | - |
| HSV(B) | 234.64º | 0.76% | 0.58% | - |
| XYZ | 6.9 | 4.34 | 28.08 | - |
| YUV | 53.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 147 | 0.76 | 0.69 | 0 | 0.42 | 234.64 | 0.62 | 0.36 |
| Hex | 23 | 2D | 93 | 4C | 45 | 0 | 2A | EB | 3E | 24 |
| Octal | 43 | 55 | 223 | 114 | 105 | 0 | 52 | 353 | 76 | 44 |
| Binary | 100011 | 101101 | 10010011 | 1001100 | 1000101 | 0 | 101010 | 11101011 | 111110 | 100100 |
Color Harmonies of #232D93
Complementary color
Monochromatic Colors of #232D93
Black with #232D93
Text Example
Text Example
White with #232D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D93; }
p { color: rgb(35,45,147); }
H1.HeaderClassName
{
color: #232D93;
}
.AnyTagClassName
{
color: #232D93;
}
</style>
background-color css
<style>
a { background-color: #232D93; }
a { background-color: rgb(35,45,147); }
div.DivClassName
{
background-color: #232D93;
}
.BgClassName
{
background-color: #232D93;
}
</style>
border-color css
<style>
span { border-color: #232D93; }
span { border-color: rgb(35,45,147); }
td.TdClassName
{
border-color: #232D93;
}
.TagClassName
{
border-color: #232D93;
}
</style>