Shades of Egyptian Blue #232BA8
Tints of Egyptian Blue #232BA8
RGB
CMYK
RGB Variations
Color information
#232BA8 (or 0x232BA8) is known color: Egyptian Blue. HEX triplet: 23, 2B and A8. RGB value is (35,43,168). Sum of RGB (Red+Green+Blue) = 35+43+168=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #232BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232BA8 is #DCD457. Grayscale: #363636. Windows color (decimal): -14472280 or 11021091. OLE color: 11021091.
HSL color Cylindrical-coordinate representation of color #232BA8: hue angle of 236.39º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232BA8 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 43 | 168 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.34 |
| HSL | 236.39º | 0.66% | 0.4% | - |
| HSV(B) | 236.39º | 0.79% | 0.66% | - |
| XYZ | 8.62 | 4.91 | 37.54 | - |
| YUV | 54.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 168 | 0.79 | 0.74 | 0 | 0.34 | 236.39 | 0.66 | 0.4 |
| Hex | 23 | 2B | A8 | 4F | 4A | 0 | 22 | EC | 42 | 28 |
| Octal | 43 | 53 | 250 | 117 | 112 | 0 | 42 | 354 | 102 | 50 |
| Binary | 100011 | 101011 | 10101000 | 1001111 | 1001010 | 0 | 100010 | 11101100 | 1000010 | 101000 |
Color Harmonies of #232BA8
Complementary color
Monochromatic Colors of #232BA8
Black with #232BA8
Text Example
Text Example
White with #232BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BA8; }
p { color: rgb(35,43,168); }
H1.HeaderClassName
{
color: #232BA8;
}
.AnyTagClassName
{
color: #232BA8;
}
</style>
background-color css
<style>
a { background-color: #232BA8; }
a { background-color: rgb(35,43,168); }
div.DivClassName
{
background-color: #232BA8;
}
.BgClassName
{
background-color: #232BA8;
}
</style>
border-color css
<style>
span { border-color: #232BA8; }
span { border-color: rgb(35,43,168); }
td.TdClassName
{
border-color: #232BA8;
}
.TagClassName
{
border-color: #232BA8;
}
</style>