Shades of Egyptian Blue #232AA8
Tints of Egyptian Blue #232AA8
RGB
CMYK
RGB Variations
Color information
#232AA8 (or 0x232AA8) is known color: Egyptian Blue. HEX triplet: 23, 2A and A8. RGB value is (35,42,168). Sum of RGB (Red+Green+Blue) = 35+42+168=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 168 (66.02% from 255 or 68.57% from 245); Max value from RGB is 168 - color contains mainly: blue. Hex color #232AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232AA8 is #DCD557. Grayscale: #353535. Windows color (decimal): -14472536 or 11020835. OLE color: 11020835.
HSL color Cylindrical-coordinate representation of color #232AA8: hue angle of 236.84º 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 #232AA8 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 42 | 168 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.34 |
| HSL | 236.84º | 0.66% | 0.4% | - |
| HSV(B) | 236.84º | 0.79% | 0.66% | - |
| XYZ | 8.59 | 4.84 | 37.53 | - |
| YUV | 54.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 168 | 0.79 | 0.75 | 0 | 0.34 | 236.84 | 0.66 | 0.4 |
| Hex | 23 | 2A | A8 | 4F | 4B | 0 | 22 | ED | 42 | 28 |
| Octal | 43 | 52 | 250 | 117 | 113 | 0 | 42 | 355 | 102 | 50 |
| Binary | 100011 | 101010 | 10101000 | 1001111 | 1001011 | 0 | 100010 | 11101101 | 1000010 | 101000 |
Color Harmonies of #232AA8
Complementary color
Monochromatic Colors of #232AA8
Black with #232AA8
Text Example
Text Example
White with #232AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AA8; }
p { color: rgb(35,42,168); }
H1.HeaderClassName
{
color: #232AA8;
}
.AnyTagClassName
{
color: #232AA8;
}
</style>
background-color css
<style>
a { background-color: #232AA8; }
a { background-color: rgb(35,42,168); }
div.DivClassName
{
background-color: #232AA8;
}
.BgClassName
{
background-color: #232AA8;
}
</style>
border-color css
<style>
span { border-color: #232AA8; }
span { border-color: rgb(35,42,168); }
td.TdClassName
{
border-color: #232AA8;
}
.TagClassName
{
border-color: #232AA8;
}
</style>