Shades of Egyptian Blue #232C99
Tints of Egyptian Blue #232C99
RGB
CMYK
RGB Variations
Color information
#232C99 (or 0x232C99) is known color: Egyptian Blue. HEX triplet: 23, 2C and 99. RGB value is (35,44,153). Sum of RGB (Red+Green+Blue) = 35+44+153=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #232C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C99 is #DCD366. Grayscale: #353535. Windows color (decimal): -14472039 or 10038307. OLE color: 10038307.
HSL color Cylindrical-coordinate representation of color #232C99: hue angle of 235.42º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232C99 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 44 | 153 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.4 |
| HSL | 235.42º | 0.63% | 0.37% | - |
| HSV(B) | 235.42º | 0.77% | 0.6% | - |
| XYZ | 7.34 | 4.46 | 30.61 | - |
| YUV | 53.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 153 | 0.77 | 0.71 | 0 | 0.4 | 235.42 | 0.63 | 0.37 |
| Hex | 23 | 2C | 99 | 4D | 47 | 0 | 28 | EB | 3F | 25 |
| Octal | 43 | 54 | 231 | 115 | 107 | 0 | 50 | 353 | 77 | 45 |
| Binary | 100011 | 101100 | 10011001 | 1001101 | 1000111 | 0 | 101000 | 11101011 | 111111 | 100101 |
Color Harmonies of #232C99
Complementary color
Monochromatic Colors of #232C99
Black with #232C99
Text Example
Text Example
White with #232C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C99; }
p { color: rgb(35,44,153); }
H1.HeaderClassName
{
color: #232C99;
}
.AnyTagClassName
{
color: #232C99;
}
</style>
background-color css
<style>
a { background-color: #232C99; }
a { background-color: rgb(35,44,153); }
div.DivClassName
{
background-color: #232C99;
}
.BgClassName
{
background-color: #232C99;
}
</style>
border-color css
<style>
span { border-color: #232C99; }
span { border-color: rgb(35,44,153); }
td.TdClassName
{
border-color: #232C99;
}
.TagClassName
{
border-color: #232C99;
}
</style>