Shades of Egyptian Blue #243C9B
Tints of Egyptian Blue #243C9B
RGB
CMYK
RGB Variations
Color information
#243C9B (or 0x243C9B) is known color: Egyptian Blue. HEX triplet: 24, 3C and 9B. RGB value is (36,60,155). Sum of RGB (Red+Green+Blue) = 36+60+155=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #243C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243C9B is #DBC364. Grayscale: #3F3F3F. Windows color (decimal): -14402405 or 10173476. OLE color: 10173476.
HSL color Cylindrical-coordinate representation of color #243C9B: hue angle of 227.9º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #243C9B is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 60 | 155 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.39 |
| HSL | 227.9º | 0.62% | 0.37% | - |
| HSV(B) | 227.9º | 0.77% | 0.61% | - |
| XYZ | 8.26 | 5.97 | 31.73 | - |
| YUV | 63.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 155 | 0.77 | 0.61 | 0 | 0.39 | 227.9 | 0.62 | 0.37 |
| Hex | 24 | 3C | 9B | 4D | 3D | 0 | 27 | E4 | 3E | 25 |
| Octal | 44 | 74 | 233 | 115 | 75 | 0 | 47 | 344 | 76 | 45 |
| Binary | 100100 | 111100 | 10011011 | 1001101 | 111101 | 0 | 100111 | 11100100 | 111110 | 100101 |
Color Harmonies of #243C9B
Complementary color
Monochromatic Colors of #243C9B
Black with #243C9B
Text Example
Text Example
White with #243C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C9B; }
p { color: rgb(36,60,155); }
H1.HeaderClassName
{
color: #243C9B;
}
.AnyTagClassName
{
color: #243C9B;
}
</style>
background-color css
<style>
a { background-color: #243C9B; }
a { background-color: rgb(36,60,155); }
div.DivClassName
{
background-color: #243C9B;
}
.BgClassName
{
background-color: #243C9B;
}
</style>
border-color css
<style>
span { border-color: #243C9B; }
span { border-color: rgb(36,60,155); }
td.TdClassName
{
border-color: #243C9B;
}
.TagClassName
{
border-color: #243C9B;
}
</style>