Shades of Egyptian Blue #232C93
Tints of Egyptian Blue #232C93
RGB
CMYK
RGB Variations
Color information
#232C93 (or 0x232C93) is known color: Egyptian Blue. HEX triplet: 23, 2C and 93. RGB value is (35,44,147). Sum of RGB (Red+Green+Blue) = 35+44+147=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #232C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C93 is #DCD36C. Grayscale: #343434. Windows color (decimal): -14472045 or 9645091. OLE color: 9645091.
HSL color Cylindrical-coordinate representation of color #232C93: hue angle of 235.18º 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 #232C93 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 44 | 147 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.42 |
| HSL | 235.18º | 0.62% | 0.36% | - |
| HSV(B) | 235.18º | 0.76% | 0.58% | - |
| XYZ | 6.86 | 4.27 | 28.07 | - |
| YUV | 53.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 147 | 0.76 | 0.70 | 0 | 0.42 | 235.18 | 0.62 | 0.36 |
| Hex | 23 | 2C | 93 | 4C | 46 | 0 | 2A | EB | 3E | 24 |
| Octal | 43 | 54 | 223 | 114 | 106 | 0 | 52 | 353 | 76 | 44 |
| Binary | 100011 | 101100 | 10010011 | 1001100 | 1000110 | 0 | 101010 | 11101011 | 111110 | 100100 |
Color Harmonies of #232C93
Complementary color
Monochromatic Colors of #232C93
Black with #232C93
Text Example
Text Example
White with #232C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C93; }
p { color: rgb(35,44,147); }
H1.HeaderClassName
{
color: #232C93;
}
.AnyTagClassName
{
color: #232C93;
}
</style>
background-color css
<style>
a { background-color: #232C93; }
a { background-color: rgb(35,44,147); }
div.DivClassName
{
background-color: #232C93;
}
.BgClassName
{
background-color: #232C93;
}
</style>
border-color css
<style>
span { border-color: #232C93; }
span { border-color: rgb(35,44,147); }
td.TdClassName
{
border-color: #232C93;
}
.TagClassName
{
border-color: #232C93;
}
</style>