Shades of Egyptian Blue #232A90
Tints of Egyptian Blue #232A90
RGB
CMYK
RGB Variations
Color information
#232A90 (or 0x232A90) is known color: Egyptian Blue. HEX triplet: 23, 2A and 90. RGB value is (35,42,144). Sum of RGB (Red+Green+Blue) = 35+42+144=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #232A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A90 is #DCD56F. Grayscale: #333333. Windows color (decimal): -14472560 or 9447971. OLE color: 9447971.
HSL color Cylindrical-coordinate representation of color #232A90: hue angle of 236.15º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232A90 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 42 | 144 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.44 |
| HSL | 236.15º | 0.61% | 0.35% | - |
| HSV(B) | 236.15º | 0.76% | 0.56% | - |
| XYZ | 6.56 | 4.03 | 26.82 | - |
| YUV | 51.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 144 | 0.76 | 0.71 | 0 | 0.44 | 236.15 | 0.61 | 0.35 |
| Hex | 23 | 2A | 90 | 4C | 47 | 0 | 2C | EC | 3D | 23 |
| Octal | 43 | 52 | 220 | 114 | 107 | 0 | 54 | 354 | 75 | 43 |
| Binary | 100011 | 101010 | 10010000 | 1001100 | 1000111 | 0 | 101100 | 11101100 | 111101 | 100011 |
Color Harmonies of #232A90
Complementary color
Monochromatic Colors of #232A90
Black with #232A90
Text Example
Text Example
White with #232A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A90; }
p { color: rgb(35,42,144); }
H1.HeaderClassName
{
color: #232A90;
}
.AnyTagClassName
{
color: #232A90;
}
</style>
background-color css
<style>
a { background-color: #232A90; }
a { background-color: rgb(35,42,144); }
div.DivClassName
{
background-color: #232A90;
}
.BgClassName
{
background-color: #232A90;
}
</style>
border-color css
<style>
span { border-color: #232A90; }
span { border-color: rgb(35,42,144); }
td.TdClassName
{
border-color: #232A90;
}
.TagClassName
{
border-color: #232A90;
}
</style>