Shades of Egyptian Blue #232C9E
Tints of Egyptian Blue #232C9E
RGB
CMYK
RGB Variations
Color information
#232C9E (or 0x232C9E) is known color: Egyptian Blue. HEX triplet: 23, 2C and 9E. RGB value is (35,44,158). Sum of RGB (Red+Green+Blue) = 35+44+158=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #232C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C9E is #DCD361. Grayscale: #353535. Windows color (decimal): -14472034 or 10365987. OLE color: 10365987.
HSL color Cylindrical-coordinate representation of color #232C9E: hue angle of 235.61º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232C9E is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 44 | 158 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.38 |
| HSL | 235.61º | 0.64% | 0.38% | - |
| HSV(B) | 235.61º | 0.78% | 0.62% | - |
| XYZ | 7.77 | 4.63 | 32.83 | - |
| YUV | 54.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 158 | 0.78 | 0.72 | 0 | 0.38 | 235.61 | 0.64 | 0.38 |
| Hex | 23 | 2C | 9E | 4E | 48 | 0 | 26 | EC | 40 | 26 |
| Octal | 43 | 54 | 236 | 116 | 110 | 0 | 46 | 354 | 100 | 46 |
| Binary | 100011 | 101100 | 10011110 | 1001110 | 1001000 | 0 | 100110 | 11101100 | 1000000 | 100110 |
Color Harmonies of #232C9E
Complementary color
Monochromatic Colors of #232C9E
Black with #232C9E
Text Example
Text Example
White with #232C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C9E; }
p { color: rgb(35,44,158); }
H1.HeaderClassName
{
color: #232C9E;
}
.AnyTagClassName
{
color: #232C9E;
}
</style>
background-color css
<style>
a { background-color: #232C9E; }
a { background-color: rgb(35,44,158); }
div.DivClassName
{
background-color: #232C9E;
}
.BgClassName
{
background-color: #232C9E;
}
</style>
border-color css
<style>
span { border-color: #232C9E; }
span { border-color: rgb(35,44,158); }
td.TdClassName
{
border-color: #232C9E;
}
.TagClassName
{
border-color: #232C9E;
}
</style>