Shades of Egyptian Blue #232C96
Tints of Egyptian Blue #232C96
RGB
CMYK
RGB Variations
Color information
#232C96 (or 0x232C96) is known color: Egyptian Blue. HEX triplet: 23, 2C and 96. RGB value is (35,44,150). Sum of RGB (Red+Green+Blue) = 35+44+150=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #232C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C96 is #DCD369. Grayscale: #343434. Windows color (decimal): -14472042 or 9841699. OLE color: 9841699.
HSL color Cylindrical-coordinate representation of color #232C96: hue angle of 235.3º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232C96 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 44 | 150 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.41 |
| HSL | 235.3º | 0.62% | 0.36% | - |
| HSV(B) | 235.3º | 0.77% | 0.59% | - |
| XYZ | 7.1 | 4.36 | 29.32 | - |
| YUV | 53.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 150 | 0.77 | 0.71 | 0 | 0.41 | 235.3 | 0.62 | 0.36 |
| Hex | 23 | 2C | 96 | 4D | 47 | 0 | 29 | EB | 3E | 24 |
| Octal | 43 | 54 | 226 | 115 | 107 | 0 | 51 | 353 | 76 | 44 |
| Binary | 100011 | 101100 | 10010110 | 1001101 | 1000111 | 0 | 101001 | 11101011 | 111110 | 100100 |
Color Harmonies of #232C96
Complementary color
Monochromatic Colors of #232C96
Black with #232C96
Text Example
Text Example
White with #232C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C96; }
p { color: rgb(35,44,150); }
H1.HeaderClassName
{
color: #232C96;
}
.AnyTagClassName
{
color: #232C96;
}
</style>
background-color css
<style>
a { background-color: #232C96; }
a { background-color: rgb(35,44,150); }
div.DivClassName
{
background-color: #232C96;
}
.BgClassName
{
background-color: #232C96;
}
</style>
border-color css
<style>
span { border-color: #232C96; }
span { border-color: rgb(35,44,150); }
td.TdClassName
{
border-color: #232C96;
}
.TagClassName
{
border-color: #232C96;
}
</style>