Shades of Egyptian Blue #233291
Tints of Egyptian Blue #233291
RGB
CMYK
RGB Variations
Color information
#233291 (or 0x233291) is known color: Egyptian Blue. HEX triplet: 23, 32 and 91. RGB value is (35,50,145). Sum of RGB (Red+Green+Blue) = 35+50+145=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #233291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233291 is #DCCD6E. Grayscale: #373737. Windows color (decimal): -14470511 or 9515555. OLE color: 9515555.
HSL color Cylindrical-coordinate representation of color #233291: hue angle of 231.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233291 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 50 | 145 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.43 |
| HSL | 231.82º | 0.61% | 0.35% | - |
| HSV(B) | 231.82º | 0.76% | 0.57% | - |
| XYZ | 6.94 | 4.68 | 27.33 | - |
| YUV | 56.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 145 | 0.76 | 0.66 | 0 | 0.43 | 231.82 | 0.61 | 0.35 |
| Hex | 23 | 32 | 91 | 4C | 42 | 0 | 2B | E8 | 3D | 23 |
| Octal | 43 | 62 | 221 | 114 | 102 | 0 | 53 | 350 | 75 | 43 |
| Binary | 100011 | 110010 | 10010001 | 1001100 | 1000010 | 0 | 101011 | 11101000 | 111101 | 100011 |
Color Harmonies of #233291
Complementary color
Monochromatic Colors of #233291
Black with #233291
Text Example
Text Example
White with #233291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233291; }
p { color: rgb(35,50,145); }
H1.HeaderClassName
{
color: #233291;
}
.AnyTagClassName
{
color: #233291;
}
</style>
background-color css
<style>
a { background-color: #233291; }
a { background-color: rgb(35,50,145); }
div.DivClassName
{
background-color: #233291;
}
.BgClassName
{
background-color: #233291;
}
</style>
border-color css
<style>
span { border-color: #233291; }
span { border-color: rgb(35,50,145); }
td.TdClassName
{
border-color: #233291;
}
.TagClassName
{
border-color: #233291;
}
</style>