Shades of Egyptian Blue #243B9C
Tints of Egyptian Blue #243B9C
RGB
CMYK
RGB Variations
Color information
#243B9C (or 0x243B9C) is known color: Egyptian Blue. HEX triplet: 24, 3B and 9C. RGB value is (36,59,156). Sum of RGB (Red+Green+Blue) = 36+59+156=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #243B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243B9C is #DBC463. Grayscale: #3E3E3E. Windows color (decimal): -14402660 or 10238756. OLE color: 10238756.
HSL color Cylindrical-coordinate representation of color #243B9C: hue angle of 228.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #243B9C is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 59 | 156 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.39 |
| HSL | 228.5º | 0.63% | 0.38% | - |
| HSV(B) | 228.5º | 0.77% | 0.61% | - |
| XYZ | 8.29 | 5.9 | 32.15 | - |
| YUV | 63.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 156 | 0.77 | 0.62 | 0 | 0.39 | 228.5 | 0.63 | 0.38 |
| Hex | 24 | 3B | 9C | 4D | 3E | 0 | 27 | E4 | 3E | 26 |
| Octal | 44 | 73 | 234 | 115 | 76 | 0 | 47 | 344 | 76 | 46 |
| Binary | 100100 | 111011 | 10011100 | 1001101 | 111110 | 0 | 100111 | 11100100 | 111110 | 100110 |
Color Harmonies of #243B9C
Complementary color
Monochromatic Colors of #243B9C
Black with #243B9C
Text Example
Text Example
White with #243B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B9C; }
p { color: rgb(36,59,156); }
H1.HeaderClassName
{
color: #243B9C;
}
.AnyTagClassName
{
color: #243B9C;
}
</style>
background-color css
<style>
a { background-color: #243B9C; }
a { background-color: rgb(36,59,156); }
div.DivClassName
{
background-color: #243B9C;
}
.BgClassName
{
background-color: #243B9C;
}
</style>
border-color css
<style>
span { border-color: #243B9C; }
span { border-color: rgb(36,59,156); }
td.TdClassName
{
border-color: #243B9C;
}
.TagClassName
{
border-color: #243B9C;
}
</style>