Shades of Egyptian Blue #243193
Tints of Egyptian Blue #243193
RGB
CMYK
RGB Variations
Color information
#243193 (or 0x243193) is known color: Egyptian Blue. HEX triplet: 24, 31 and 93. RGB value is (36,49,147). Sum of RGB (Red+Green+Blue) = 36+49+147=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #243193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243193 is #DBCE6C. Grayscale: #373737. Windows color (decimal): -14405229 or 9646372. OLE color: 9646372.
HSL color Cylindrical-coordinate representation of color #243193: hue angle of 232.97º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243193 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 49 | 147 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.42 |
| HSL | 232.97º | 0.61% | 0.36% | - |
| HSV(B) | 232.97º | 0.76% | 0.58% | - |
| XYZ | 7.09 | 4.68 | 28.13 | - |
| YUV | 56.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 147 | 0.76 | 0.67 | 0 | 0.42 | 232.97 | 0.61 | 0.36 |
| Hex | 24 | 31 | 93 | 4C | 43 | 0 | 2A | E9 | 3D | 24 |
| Octal | 44 | 61 | 223 | 114 | 103 | 0 | 52 | 351 | 75 | 44 |
| Binary | 100100 | 110001 | 10010011 | 1001100 | 1000011 | 0 | 101010 | 11101001 | 111101 | 100100 |
Color Harmonies of #243193
Complementary color
Monochromatic Colors of #243193
Black with #243193
Text Example
Text Example
White with #243193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243193; }
p { color: rgb(36,49,147); }
H1.HeaderClassName
{
color: #243193;
}
.AnyTagClassName
{
color: #243193;
}
</style>
background-color css
<style>
a { background-color: #243193; }
a { background-color: rgb(36,49,147); }
div.DivClassName
{
background-color: #243193;
}
.BgClassName
{
background-color: #243193;
}
</style>
border-color css
<style>
span { border-color: #243193; }
span { border-color: rgb(36,49,147); }
td.TdClassName
{
border-color: #243193;
}
.TagClassName
{
border-color: #243193;
}
</style>