Shades of Egyptian Blue #232A91
Tints of Egyptian Blue #232A91
RGB
CMYK
RGB Variations
Color information
#232A91 (or 0x232A91) is known color: Egyptian Blue. HEX triplet: 23, 2A and 91. RGB value is (35,42,145). Sum of RGB (Red+Green+Blue) = 35+42+145=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #232A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A91 is #DCD56E. Grayscale: #333333. Windows color (decimal): -14472559 or 9513507. OLE color: 9513507.
HSL color Cylindrical-coordinate representation of color #232A91: hue angle of 236.18º 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 #232A91 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 42 | 145 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.43 |
| HSL | 236.18º | 0.61% | 0.35% | - |
| HSV(B) | 236.18º | 0.76% | 0.57% | - |
| XYZ | 6.63 | 4.06 | 27.22 | - |
| YUV | 51.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 145 | 0.76 | 0.71 | 0 | 0.43 | 236.18 | 0.61 | 0.35 |
| Hex | 23 | 2A | 91 | 4C | 47 | 0 | 2B | EC | 3D | 23 |
| Octal | 43 | 52 | 221 | 114 | 107 | 0 | 53 | 354 | 75 | 43 |
| Binary | 100011 | 101010 | 10010001 | 1001100 | 1000111 | 0 | 101011 | 11101100 | 111101 | 100011 |
Color Harmonies of #232A91
Complementary color
Monochromatic Colors of #232A91
Black with #232A91
Text Example
Text Example
White with #232A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A91; }
p { color: rgb(35,42,145); }
H1.HeaderClassName
{
color: #232A91;
}
.AnyTagClassName
{
color: #232A91;
}
</style>
background-color css
<style>
a { background-color: #232A91; }
a { background-color: rgb(35,42,145); }
div.DivClassName
{
background-color: #232A91;
}
.BgClassName
{
background-color: #232A91;
}
</style>
border-color css
<style>
span { border-color: #232A91; }
span { border-color: rgb(35,42,145); }
td.TdClassName
{
border-color: #232A91;
}
.TagClassName
{
border-color: #232A91;
}
</style>