Shades of Egyptian Blue #233391
Tints of Egyptian Blue #233391
RGB
CMYK
RGB Variations
Color information
#233391 (or 0x233391) is known color: Egyptian Blue. HEX triplet: 23, 33 and 91. RGB value is (35,51,145). Sum of RGB (Red+Green+Blue) = 35+51+145=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #233391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233391 is #DCCC6E. Grayscale: #383838. Windows color (decimal): -14470255 or 9515811. OLE color: 9515811.
HSL color Cylindrical-coordinate representation of color #233391: hue angle of 231.27º 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 #233391 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 51 | 145 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.43 |
| HSL | 231.27º | 0.61% | 0.35% | - |
| HSV(B) | 231.27º | 0.76% | 0.57% | - |
| XYZ | 6.99 | 4.77 | 27.34 | - |
| YUV | 56.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 145 | 0.76 | 0.65 | 0 | 0.43 | 231.27 | 0.61 | 0.35 |
| Hex | 23 | 33 | 91 | 4C | 41 | 0 | 2B | E7 | 3D | 23 |
| Octal | 43 | 63 | 221 | 114 | 101 | 0 | 53 | 347 | 75 | 43 |
| Binary | 100011 | 110011 | 10010001 | 1001100 | 1000001 | 0 | 101011 | 11100111 | 111101 | 100011 |
Color Harmonies of #233391
Complementary color
Monochromatic Colors of #233391
Black with #233391
Text Example
Text Example
White with #233391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233391; }
p { color: rgb(35,51,145); }
H1.HeaderClassName
{
color: #233391;
}
.AnyTagClassName
{
color: #233391;
}
</style>
background-color css
<style>
a { background-color: #233391; }
a { background-color: rgb(35,51,145); }
div.DivClassName
{
background-color: #233391;
}
.BgClassName
{
background-color: #233391;
}
</style>
border-color css
<style>
span { border-color: #233391; }
span { border-color: rgb(35,51,145); }
td.TdClassName
{
border-color: #233391;
}
.TagClassName
{
border-color: #233391;
}
</style>