Shades of Egyptian Blue #232C8F
Tints of Egyptian Blue #232C8F
RGB
CMYK
RGB Variations
Color information
#232C8F (or 0x232C8F) is known color: Egyptian Blue. HEX triplet: 23, 2C and 8F. RGB value is (35,44,143). Sum of RGB (Red+Green+Blue) = 35+44+143=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #232C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C8F is #DCD370. Grayscale: #343434. Windows color (decimal): -14472049 or 9382947. OLE color: 9382947.
HSL color Cylindrical-coordinate representation of color #232C8F: hue angle of 235º 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 #232C8F is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 44 | 143 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.44 |
| HSL | 235º | 0.61% | 0.35% | - |
| HSV(B) | 235º | 0.76% | 0.56% | - |
| XYZ | 6.55 | 4.14 | 26.44 | - |
| YUV | 52.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 143 | 0.76 | 0.69 | 0 | 0.44 | 235 | 0.61 | 0.35 |
| Hex | 23 | 2C | 8F | 4C | 45 | 0 | 2C | EB | 3D | 23 |
| Octal | 43 | 54 | 217 | 114 | 105 | 0 | 54 | 353 | 75 | 43 |
| Binary | 100011 | 101100 | 10001111 | 1001100 | 1000101 | 0 | 101100 | 11101011 | 111101 | 100011 |
Color Harmonies of #232C8F
Complementary color
Monochromatic Colors of #232C8F
Black with #232C8F
Text Example
Text Example
White with #232C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C8F; }
p { color: rgb(35,44,143); }
H1.HeaderClassName
{
color: #232C8F;
}
.AnyTagClassName
{
color: #232C8F;
}
</style>
background-color css
<style>
a { background-color: #232C8F; }
a { background-color: rgb(35,44,143); }
div.DivClassName
{
background-color: #232C8F;
}
.BgClassName
{
background-color: #232C8F;
}
</style>
border-color css
<style>
span { border-color: #232C8F; }
span { border-color: rgb(35,44,143); }
td.TdClassName
{
border-color: #232C8F;
}
.TagClassName
{
border-color: #232C8F;
}
</style>