Shades of Egyptian Blue #232C8E
Tints of Egyptian Blue #232C8E
RGB
CMYK
RGB Variations
Color information
#232C8E (or 0x232C8E) is known color: Egyptian Blue. HEX triplet: 23, 2C and 8E. RGB value is (35,44,142). Sum of RGB (Red+Green+Blue) = 35+44+142=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #232C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C8E is #DCD371. Grayscale: #343434. Windows color (decimal): -14472050 or 9317411. OLE color: 9317411.
HSL color Cylindrical-coordinate representation of color #232C8E: hue angle of 234.95º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232C8E is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 44 | 142 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.44 |
| HSL | 234.95º | 0.6% | 0.35% | - |
| HSV(B) | 234.95º | 0.75% | 0.56% | - |
| XYZ | 6.48 | 4.11 | 26.04 | - |
| YUV | 52.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 142 | 0.75 | 0.69 | 0 | 0.44 | 234.95 | 0.6 | 0.35 |
| Hex | 23 | 2C | 8E | 4B | 45 | 0 | 2C | EB | 3C | 23 |
| Octal | 43 | 54 | 216 | 113 | 105 | 0 | 54 | 353 | 74 | 43 |
| Binary | 100011 | 101100 | 10001110 | 1001011 | 1000101 | 0 | 101100 | 11101011 | 111100 | 100011 |
Color Harmonies of #232C8E
Complementary color
Monochromatic Colors of #232C8E
Black with #232C8E
Text Example
Text Example
White with #232C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C8E; }
p { color: rgb(35,44,142); }
H1.HeaderClassName
{
color: #232C8E;
}
.AnyTagClassName
{
color: #232C8E;
}
</style>
background-color css
<style>
a { background-color: #232C8E; }
a { background-color: rgb(35,44,142); }
div.DivClassName
{
background-color: #232C8E;
}
.BgClassName
{
background-color: #232C8E;
}
</style>
border-color css
<style>
span { border-color: #232C8E; }
span { border-color: rgb(35,44,142); }
td.TdClassName
{
border-color: #232C8E;
}
.TagClassName
{
border-color: #232C8E;
}
</style>