Shades of Egyptian Blue #233290
Tints of Egyptian Blue #233290
RGB
CMYK
RGB Variations
Color information
#233290 (or 0x233290) is known color: Egyptian Blue. HEX triplet: 23, 32 and 90. RGB value is (35,50,144). Sum of RGB (Red+Green+Blue) = 35+50+144=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #233290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233290 is #DCCD6F. Grayscale: #373737. Windows color (decimal): -14470512 or 9450019. OLE color: 9450019.
HSL color Cylindrical-coordinate representation of color #233290: hue angle of 231.74º 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 #233290 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 50 | 144 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.44 |
| HSL | 231.74º | 0.61% | 0.35% | - |
| HSV(B) | 231.74º | 0.76% | 0.56% | - |
| XYZ | 6.87 | 4.65 | 26.92 | - |
| YUV | 56.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 144 | 0.76 | 0.65 | 0 | 0.44 | 231.74 | 0.61 | 0.35 |
| Hex | 23 | 32 | 90 | 4C | 41 | 0 | 2C | E8 | 3D | 23 |
| Octal | 43 | 62 | 220 | 114 | 101 | 0 | 54 | 350 | 75 | 43 |
| Binary | 100011 | 110010 | 10010000 | 1001100 | 1000001 | 0 | 101100 | 11101000 | 111101 | 100011 |
Color Harmonies of #233290
Complementary color
Monochromatic Colors of #233290
Black with #233290
Text Example
Text Example
White with #233290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233290; }
p { color: rgb(35,50,144); }
H1.HeaderClassName
{
color: #233290;
}
.AnyTagClassName
{
color: #233290;
}
</style>
background-color css
<style>
a { background-color: #233290; }
a { background-color: rgb(35,50,144); }
div.DivClassName
{
background-color: #233290;
}
.BgClassName
{
background-color: #233290;
}
</style>
border-color css
<style>
span { border-color: #233290; }
span { border-color: rgb(35,50,144); }
td.TdClassName
{
border-color: #233290;
}
.TagClassName
{
border-color: #233290;
}
</style>