Shades of Egyptian Blue #232B90
Tints of Egyptian Blue #232B90
RGB
CMYK
RGB Variations
Color information
#232B90 (or 0x232B90) is known color: Egyptian Blue. HEX triplet: 23, 2B and 90. RGB value is (35,43,144). Sum of RGB (Red+Green+Blue) = 35+43+144=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #232B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B90 is #DCD46F. Grayscale: #333333. Windows color (decimal): -14472304 or 9448227. OLE color: 9448227.
HSL color Cylindrical-coordinate representation of color #232B90: hue angle of 235.6º 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 #232B90 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 43 | 144 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.44 |
| HSL | 235.6º | 0.61% | 0.35% | - |
| HSV(B) | 235.6º | 0.76% | 0.56% | - |
| XYZ | 6.59 | 4.1 | 26.83 | - |
| YUV | 52.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 144 | 0.76 | 0.70 | 0 | 0.44 | 235.6 | 0.61 | 0.35 |
| Hex | 23 | 2B | 90 | 4C | 46 | 0 | 2C | EC | 3D | 23 |
| Octal | 43 | 53 | 220 | 114 | 106 | 0 | 54 | 354 | 75 | 43 |
| Binary | 100011 | 101011 | 10010000 | 1001100 | 1000110 | 0 | 101100 | 11101100 | 111101 | 100011 |
Color Harmonies of #232B90
Complementary color
Monochromatic Colors of #232B90
Black with #232B90
Text Example
Text Example
White with #232B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B90; }
p { color: rgb(35,43,144); }
H1.HeaderClassName
{
color: #232B90;
}
.AnyTagClassName
{
color: #232B90;
}
</style>
background-color css
<style>
a { background-color: #232B90; }
a { background-color: rgb(35,43,144); }
div.DivClassName
{
background-color: #232B90;
}
.BgClassName
{
background-color: #232B90;
}
</style>
border-color css
<style>
span { border-color: #232B90; }
span { border-color: rgb(35,43,144); }
td.TdClassName
{
border-color: #232B90;
}
.TagClassName
{
border-color: #232B90;
}
</style>