Shades of Egyptian Blue #232D8F
Tints of Egyptian Blue #232D8F
RGB
CMYK
RGB Variations
Color information
#232D8F (or 0x232D8F) is known color: Egyptian Blue. HEX triplet: 23, 2D and 8F. RGB value is (35,45,143). Sum of RGB (Red+Green+Blue) = 35+45+143=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #232D8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D8F is #DCD270. Grayscale: #343434. Windows color (decimal): -14471793 or 9383203. OLE color: 9383203.
HSL color Cylindrical-coordinate representation of color #232D8F: hue angle of 234.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232D8F is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 45 | 143 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.44 |
| HSL | 234.44º | 0.61% | 0.35% | - |
| HSV(B) | 234.44º | 0.76% | 0.56% | - |
| XYZ | 6.59 | 4.22 | 26.45 | - |
| YUV | 53.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 143 | 0.76 | 0.69 | 0 | 0.44 | 234.44 | 0.61 | 0.35 |
| Hex | 23 | 2D | 8F | 4C | 45 | 0 | 2C | EA | 3D | 23 |
| Octal | 43 | 55 | 217 | 114 | 105 | 0 | 54 | 352 | 75 | 43 |
| Binary | 100011 | 101101 | 10001111 | 1001100 | 1000101 | 0 | 101100 | 11101010 | 111101 | 100011 |
Color Harmonies of #232D8F
Complementary color
Monochromatic Colors of #232D8F
Black with #232D8F
Text Example
Text Example
White with #232D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D8F; }
p { color: rgb(35,45,143); }
H1.HeaderClassName
{
color: #232D8F;
}
.AnyTagClassName
{
color: #232D8F;
}
</style>
background-color css
<style>
a { background-color: #232D8F; }
a { background-color: rgb(35,45,143); }
div.DivClassName
{
background-color: #232D8F;
}
.BgClassName
{
background-color: #232D8F;
}
</style>
border-color css
<style>
span { border-color: #232D8F; }
span { border-color: rgb(35,45,143); }
td.TdClassName
{
border-color: #232D8F;
}
.TagClassName
{
border-color: #232D8F;
}
</style>