Shades of Egyptian Blue #232C94
Tints of Egyptian Blue #232C94
RGB
CMYK
RGB Variations
Color information
#232C94 (or 0x232C94) is known color: Egyptian Blue. HEX triplet: 23, 2C and 94. RGB value is (35,44,148). Sum of RGB (Red+Green+Blue) = 35+44+148=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #232C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C94 is #DCD36B. Grayscale: #343434. Windows color (decimal): -14472044 or 9710627. OLE color: 9710627.
HSL color Cylindrical-coordinate representation of color #232C94: hue angle of 235.22º 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 #232C94 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 44 | 148 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.42 |
| HSL | 235.22º | 0.62% | 0.36% | - |
| HSV(B) | 235.22º | 0.76% | 0.58% | - |
| XYZ | 6.94 | 4.3 | 28.48 | - |
| YUV | 53.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 148 | 0.76 | 0.70 | 0 | 0.42 | 235.22 | 0.62 | 0.36 |
| Hex | 23 | 2C | 94 | 4C | 46 | 0 | 2A | EB | 3E | 24 |
| Octal | 43 | 54 | 224 | 114 | 106 | 0 | 52 | 353 | 76 | 44 |
| Binary | 100011 | 101100 | 10010100 | 1001100 | 1000110 | 0 | 101010 | 11101011 | 111110 | 100100 |
Color Harmonies of #232C94
Complementary color
Monochromatic Colors of #232C94
Black with #232C94
Text Example
Text Example
White with #232C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C94; }
p { color: rgb(35,44,148); }
H1.HeaderClassName
{
color: #232C94;
}
.AnyTagClassName
{
color: #232C94;
}
</style>
background-color css
<style>
a { background-color: #232C94; }
a { background-color: rgb(35,44,148); }
div.DivClassName
{
background-color: #232C94;
}
.BgClassName
{
background-color: #232C94;
}
</style>
border-color css
<style>
span { border-color: #232C94; }
span { border-color: rgb(35,44,148); }
td.TdClassName
{
border-color: #232C94;
}
.TagClassName
{
border-color: #232C94;
}
</style>