Shades of Egyptian Blue #232A93
Tints of Egyptian Blue #232A93
RGB
CMYK
RGB Variations
Color information
#232A93 (or 0x232A93) is known color: Egyptian Blue. HEX triplet: 23, 2A and 93. RGB value is (35,42,147). Sum of RGB (Red+Green+Blue) = 35+42+147=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #232A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A93 is #DCD56C. Grayscale: #333333. Windows color (decimal): -14472557 or 9644579. OLE color: 9644579.
HSL color Cylindrical-coordinate representation of color #232A93: hue angle of 236.25º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232A93 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 42 | 147 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.42 |
| HSL | 236.25º | 0.62% | 0.36% | - |
| HSV(B) | 236.25º | 0.76% | 0.58% | - |
| XYZ | 6.79 | 4.12 | 28.04 | - |
| YUV | 51.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 147 | 0.76 | 0.71 | 0 | 0.42 | 236.25 | 0.62 | 0.36 |
| Hex | 23 | 2A | 93 | 4C | 47 | 0 | 2A | EC | 3E | 24 |
| Octal | 43 | 52 | 223 | 114 | 107 | 0 | 52 | 354 | 76 | 44 |
| Binary | 100011 | 101010 | 10010011 | 1001100 | 1000111 | 0 | 101010 | 11101100 | 111110 | 100100 |
Color Harmonies of #232A93
Complementary color
Monochromatic Colors of #232A93
Black with #232A93
Text Example
Text Example
White with #232A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A93; }
p { color: rgb(35,42,147); }
H1.HeaderClassName
{
color: #232A93;
}
.AnyTagClassName
{
color: #232A93;
}
</style>
background-color css
<style>
a { background-color: #232A93; }
a { background-color: rgb(35,42,147); }
div.DivClassName
{
background-color: #232A93;
}
.BgClassName
{
background-color: #232A93;
}
</style>
border-color css
<style>
span { border-color: #232A93; }
span { border-color: rgb(35,42,147); }
td.TdClassName
{
border-color: #232A93;
}
.TagClassName
{
border-color: #232A93;
}
</style>