Shades of Egyptian Blue #232C90
Tints of Egyptian Blue #232C90
RGB
CMYK
RGB Variations
Color information
#232C90 (or 0x232C90) is known color: Egyptian Blue. HEX triplet: 23, 2C and 90. RGB value is (35,44,144). Sum of RGB (Red+Green+Blue) = 35+44+144=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #232C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C90 is #DCD36F. Grayscale: #343434. Windows color (decimal): -14472048 or 9448483. OLE color: 9448483.
HSL color Cylindrical-coordinate representation of color #232C90: hue angle of 235.05º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232C90 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 44 | 144 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.44 |
| HSL | 235.05º | 0.61% | 0.35% | - |
| HSV(B) | 235.05º | 0.76% | 0.56% | - |
| XYZ | 6.63 | 4.17 | 26.84 | - |
| YUV | 52.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 144 | 0.76 | 0.69 | 0 | 0.44 | 235.05 | 0.61 | 0.35 |
| Hex | 23 | 2C | 90 | 4C | 45 | 0 | 2C | EB | 3D | 23 |
| Octal | 43 | 54 | 220 | 114 | 105 | 0 | 54 | 353 | 75 | 43 |
| Binary | 100011 | 101100 | 10010000 | 1001100 | 1000101 | 0 | 101100 | 11101011 | 111101 | 100011 |
Color Harmonies of #232C90
Complementary color
Monochromatic Colors of #232C90
Black with #232C90
Text Example
Text Example
White with #232C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C90; }
p { color: rgb(35,44,144); }
H1.HeaderClassName
{
color: #232C90;
}
.AnyTagClassName
{
color: #232C90;
}
</style>
background-color css
<style>
a { background-color: #232C90; }
a { background-color: rgb(35,44,144); }
div.DivClassName
{
background-color: #232C90;
}
.BgClassName
{
background-color: #232C90;
}
</style>
border-color css
<style>
span { border-color: #232C90; }
span { border-color: rgb(35,44,144); }
td.TdClassName
{
border-color: #232C90;
}
.TagClassName
{
border-color: #232C90;
}
</style>