Shades of Egyptian Blue #233A91
Tints of Egyptian Blue #233A91
RGB
CMYK
RGB Variations
Color information
#233A91 (or 0x233A91) is known color: Egyptian Blue. HEX triplet: 23, 3A and 91. RGB value is (35,58,145). Sum of RGB (Red+Green+Blue) = 35+58+145=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #233A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A91 is #DCC56E. Grayscale: #3C3C3C. Windows color (decimal): -14468463 or 9517603. OLE color: 9517603.
HSL color Cylindrical-coordinate representation of color #233A91: hue angle of 227.45º 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 #233A91 is Cyan = 0.76, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 58 | 145 | - |
| CMYK | 0.76 | 0.6 | 0 | 0.43 |
| HSL | 227.45º | 0.61% | 0.35% | - |
| HSV(B) | 227.45º | 0.76% | 0.57% | - |
| XYZ | 7.32 | 5.43 | 27.45 | - |
| YUV | 61.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 145 | 0.76 | 0.6 | 0 | 0.43 | 227.45 | 0.61 | 0.35 |
| Hex | 23 | 3A | 91 | 4C | 3C | 0 | 2B | E3 | 3D | 23 |
| Octal | 43 | 72 | 221 | 114 | 74 | 0 | 53 | 343 | 75 | 43 |
| Binary | 100011 | 111010 | 10010001 | 1001100 | 111100 | 0 | 101011 | 11100011 | 111101 | 100011 |
Color Harmonies of #233A91
Complementary color
Monochromatic Colors of #233A91
Black with #233A91
Text Example
Text Example
White with #233A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A91; }
p { color: rgb(35,58,145); }
H1.HeaderClassName
{
color: #233A91;
}
.AnyTagClassName
{
color: #233A91;
}
</style>
background-color css
<style>
a { background-color: #233A91; }
a { background-color: rgb(35,58,145); }
div.DivClassName
{
background-color: #233A91;
}
.BgClassName
{
background-color: #233A91;
}
</style>
border-color css
<style>
span { border-color: #233A91; }
span { border-color: rgb(35,58,145); }
td.TdClassName
{
border-color: #233A91;
}
.TagClassName
{
border-color: #233A91;
}
</style>