Shades of Egyptian Blue #233BA2
Tints of Egyptian Blue #233BA2
RGB
CMYK
RGB Variations
Color information
#233BA2 (or 0x233BA2) is known color: Egyptian Blue. HEX triplet: 23, 3B and A2. RGB value is (35,59,162). Sum of RGB (Red+Green+Blue) = 35+59+162=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 162 (63.67% from 255 or 63.28% from 256); Max value from RGB is 162 - color contains mainly: blue. Hex color #233BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BA2 is #DCC45D. Grayscale: #3F3F3F. Windows color (decimal): -14468190 or 10631971. OLE color: 10631971.
HSL color Cylindrical-coordinate representation of color #233BA2: hue angle of 228.66º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #233BA2 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 59 | 162 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.36 |
| HSL | 228.66º | 0.64% | 0.39% | - |
| HSV(B) | 228.66º | 0.78% | 0.64% | - |
| XYZ | 8.78 | 6.09 | 34.9 | - |
| YUV | 63.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 162 | 0.78 | 0.64 | 0 | 0.36 | 228.66 | 0.64 | 0.39 |
| Hex | 23 | 3B | A2 | 4E | 40 | 0 | 24 | E5 | 40 | 27 |
| Octal | 43 | 73 | 242 | 116 | 100 | 0 | 44 | 345 | 100 | 47 |
| Binary | 100011 | 111011 | 10100010 | 1001110 | 1000000 | 0 | 100100 | 11100101 | 1000000 | 100111 |
Color Harmonies of #233BA2
Complementary color
Monochromatic Colors of #233BA2
Black with #233BA2
Text Example
Text Example
White with #233BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BA2; }
p { color: rgb(35,59,162); }
H1.HeaderClassName
{
color: #233BA2;
}
.AnyTagClassName
{
color: #233BA2;
}
</style>
background-color css
<style>
a { background-color: #233BA2; }
a { background-color: rgb(35,59,162); }
div.DivClassName
{
background-color: #233BA2;
}
.BgClassName
{
background-color: #233BA2;
}
</style>
border-color css
<style>
span { border-color: #233BA2; }
span { border-color: rgb(35,59,162); }
td.TdClassName
{
border-color: #233BA2;
}
.TagClassName
{
border-color: #233BA2;
}
</style>