Shades of Egyptian Blue #233BA1
Tints of Egyptian Blue #233BA1
RGB
CMYK
RGB Variations
Color information
#233BA1 (or 0x233BA1) is known color: Egyptian Blue. HEX triplet: 23, 3B and A1. RGB value is (35,59,161). Sum of RGB (Red+Green+Blue) = 35+59+161=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #233BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BA1 is #DCC45E. Grayscale: #3F3F3F. Windows color (decimal): -14468191 or 10566435. OLE color: 10566435.
HSL color Cylindrical-coordinate representation of color #233BA1: hue angle of 228.57º 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 #233BA1 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 59 | 161 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.37 |
| HSL | 228.57º | 0.64% | 0.38% | - |
| HSV(B) | 228.57º | 0.78% | 0.63% | - |
| XYZ | 8.69 | 6.06 | 34.43 | - |
| YUV | 63.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 161 | 0.78 | 0.63 | 0 | 0.37 | 228.57 | 0.64 | 0.38 |
| Hex | 23 | 3B | A1 | 4E | 3F | 0 | 25 | E5 | 40 | 26 |
| Octal | 43 | 73 | 241 | 116 | 77 | 0 | 45 | 345 | 100 | 46 |
| Binary | 100011 | 111011 | 10100001 | 1001110 | 111111 | 0 | 100101 | 11100101 | 1000000 | 100110 |
Color Harmonies of #233BA1
Complementary color
Monochromatic Colors of #233BA1
Black with #233BA1
Text Example
Text Example
White with #233BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BA1; }
p { color: rgb(35,59,161); }
H1.HeaderClassName
{
color: #233BA1;
}
.AnyTagClassName
{
color: #233BA1;
}
</style>
background-color css
<style>
a { background-color: #233BA1; }
a { background-color: rgb(35,59,161); }
div.DivClassName
{
background-color: #233BA1;
}
.BgClassName
{
background-color: #233BA1;
}
</style>
border-color css
<style>
span { border-color: #233BA1; }
span { border-color: rgb(35,59,161); }
td.TdClassName
{
border-color: #233BA1;
}
.TagClassName
{
border-color: #233BA1;
}
</style>