Shades of Egyptian Blue #232DA8
Tints of Egyptian Blue #232DA8
RGB
CMYK
RGB Variations
Color information
#232DA8 (or 0x232DA8) is known color: Egyptian Blue. HEX triplet: 23, 2D and A8. RGB value is (35,45,168). Sum of RGB (Red+Green+Blue) = 35+45+168=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 168 (66.02% from 255 or 67.74% from 248); Max value from RGB is 168 - color contains mainly: blue. Hex color #232DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232DA8 is #DCD257. Grayscale: #373737. Windows color (decimal): -14471768 or 11021603. OLE color: 11021603.
HSL color Cylindrical-coordinate representation of color #232DA8: hue angle of 235.49º 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 #232DA8 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 45 | 168 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.34 |
| HSL | 235.49º | 0.66% | 0.4% | - |
| HSV(B) | 235.49º | 0.79% | 0.66% | - |
| XYZ | 8.7 | 5.06 | 37.56 | - |
| YUV | 56.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 168 | 0.79 | 0.73 | 0 | 0.34 | 235.49 | 0.66 | 0.4 |
| Hex | 23 | 2D | A8 | 4F | 49 | 0 | 22 | EB | 42 | 28 |
| Octal | 43 | 55 | 250 | 117 | 111 | 0 | 42 | 353 | 102 | 50 |
| Binary | 100011 | 101101 | 10101000 | 1001111 | 1001001 | 0 | 100010 | 11101011 | 1000010 | 101000 |
Color Harmonies of #232DA8
Complementary color
Monochromatic Colors of #232DA8
Black with #232DA8
Text Example
Text Example
White with #232DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DA8; }
p { color: rgb(35,45,168); }
H1.HeaderClassName
{
color: #232DA8;
}
.AnyTagClassName
{
color: #232DA8;
}
</style>
background-color css
<style>
a { background-color: #232DA8; }
a { background-color: rgb(35,45,168); }
div.DivClassName
{
background-color: #232DA8;
}
.BgClassName
{
background-color: #232DA8;
}
</style>
border-color css
<style>
span { border-color: #232DA8; }
span { border-color: rgb(35,45,168); }
td.TdClassName
{
border-color: #232DA8;
}
.TagClassName
{
border-color: #232DA8;
}
</style>