Shades of Egyptian Blue #232BA1
Tints of Egyptian Blue #232BA1
RGB
CMYK
RGB Variations
Color information
#232BA1 (or 0x232BA1) is known color: Egyptian Blue. HEX triplet: 23, 2B and A1. RGB value is (35,43,161). Sum of RGB (Red+Green+Blue) = 35+43+161=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #232BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232BA1 is #DCD45E. Grayscale: #353535. Windows color (decimal): -14472287 or 10562339. OLE color: 10562339.
HSL color Cylindrical-coordinate representation of color #232BA1: hue angle of 236.19º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232BA1 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 43 | 161 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.37 |
| HSL | 236.19º | 0.64% | 0.38% | - |
| HSV(B) | 236.19º | 0.78% | 0.63% | - |
| XYZ | 7.99 | 4.66 | 34.2 | - |
| YUV | 54.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 161 | 0.78 | 0.73 | 0 | 0.37 | 236.19 | 0.64 | 0.38 |
| Hex | 23 | 2B | A1 | 4E | 49 | 0 | 25 | EC | 40 | 26 |
| Octal | 43 | 53 | 241 | 116 | 111 | 0 | 45 | 354 | 100 | 46 |
| Binary | 100011 | 101011 | 10100001 | 1001110 | 1001001 | 0 | 100101 | 11101100 | 1000000 | 100110 |
Color Harmonies of #232BA1
Complementary color
Monochromatic Colors of #232BA1
Black with #232BA1
Text Example
Text Example
White with #232BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BA1; }
p { color: rgb(35,43,161); }
H1.HeaderClassName
{
color: #232BA1;
}
.AnyTagClassName
{
color: #232BA1;
}
</style>
background-color css
<style>
a { background-color: #232BA1; }
a { background-color: rgb(35,43,161); }
div.DivClassName
{
background-color: #232BA1;
}
.BgClassName
{
background-color: #232BA1;
}
</style>
border-color css
<style>
span { border-color: #232BA1; }
span { border-color: rgb(35,43,161); }
td.TdClassName
{
border-color: #232BA1;
}
.TagClassName
{
border-color: #232BA1;
}
</style>