Shades of Egyptian Blue #232E90
Tints of Egyptian Blue #232E90
RGB
CMYK
RGB Variations
Color information
#232E90 (or 0x232E90) is known color: Egyptian Blue. HEX triplet: 23, 2E and 90. RGB value is (35,46,144). Sum of RGB (Red+Green+Blue) = 35+46+144=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #232E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E90 is #DCD16F. Grayscale: #353535. Windows color (decimal): -14471536 or 9448995. OLE color: 9448995.
HSL color Cylindrical-coordinate representation of color #232E90: hue angle of 233.94º 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 #232E90 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 46 | 144 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.44 |
| HSL | 233.95º | 0.61% | 0.35% | - |
| HSV(B) | 233.95º | 0.76% | 0.56% | - |
| XYZ | 6.7 | 4.32 | 26.87 | - |
| YUV | 53.88 | 178.86 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 144 | 0.76 | 0.68 | 0 | 0.44 | 233.95 | 0.61 | 0.35 |
| Hex | 23 | 2E | 90 | 4C | 44 | 0 | 2C | EA | 3D | 23 |
| Octal | 43 | 56 | 220 | 114 | 104 | 0 | 54 | 352 | 75 | 43 |
| Binary | 100011 | 101110 | 10010000 | 1001100 | 1000100 | 0 | 101100 | 11101010 | 111101 | 100011 |
Color Harmonies of #232E90
Complementary color
Monochromatic Colors of #232E90
Black with #232E90
Text Example
Text Example
White with #232E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E90; }
p { color: rgb(35,46,144); }
H1.HeaderClassName
{
color: #232E90;
}
.AnyTagClassName
{
color: #232E90;
}
</style>
background-color css
<style>
a { background-color: #232E90; }
a { background-color: rgb(35,46,144); }
div.DivClassName
{
background-color: #232E90;
}
.BgClassName
{
background-color: #232E90;
}
</style>
border-color css
<style>
span { border-color: #232E90; }
span { border-color: rgb(35,46,144); }
td.TdClassName
{
border-color: #232E90;
}
.TagClassName
{
border-color: #232E90;
}
</style>