Shades of Egyptian Blue #232D94
Tints of Egyptian Blue #232D94
RGB
CMYK
RGB Variations
Color information
#232D94 (or 0x232D94) is known color: Egyptian Blue. HEX triplet: 23, 2D and 94. RGB value is (35,45,148). Sum of RGB (Red+Green+Blue) = 35+45+148=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #232D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D94 is #DCD26B. Grayscale: #353535. Windows color (decimal): -14471788 or 9710883. OLE color: 9710883.
HSL color Cylindrical-coordinate representation of color #232D94: hue angle of 234.69º 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 #232D94 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 45 | 148 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.42 |
| HSL | 234.69º | 0.62% | 0.36% | - |
| HSV(B) | 234.69º | 0.76% | 0.58% | - |
| XYZ | 6.98 | 4.37 | 28.49 | - |
| YUV | 53.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 148 | 0.76 | 0.70 | 0 | 0.42 | 234.69 | 0.62 | 0.36 |
| Hex | 23 | 2D | 94 | 4C | 46 | 0 | 2A | EB | 3E | 24 |
| Octal | 43 | 55 | 224 | 114 | 106 | 0 | 52 | 353 | 76 | 44 |
| Binary | 100011 | 101101 | 10010100 | 1001100 | 1000110 | 0 | 101010 | 11101011 | 111110 | 100100 |
Color Harmonies of #232D94
Complementary color
Monochromatic Colors of #232D94
Black with #232D94
Text Example
Text Example
White with #232D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D94; }
p { color: rgb(35,45,148); }
H1.HeaderClassName
{
color: #232D94;
}
.AnyTagClassName
{
color: #232D94;
}
</style>
background-color css
<style>
a { background-color: #232D94; }
a { background-color: rgb(35,45,148); }
div.DivClassName
{
background-color: #232D94;
}
.BgClassName
{
background-color: #232D94;
}
</style>
border-color css
<style>
span { border-color: #232D94; }
span { border-color: rgb(35,45,148); }
td.TdClassName
{
border-color: #232D94;
}
.TagClassName
{
border-color: #232D94;
}
</style>