Shades of Egyptian Blue #24309B
Tints of Egyptian Blue #24309B
RGB
CMYK
RGB Variations
Color information
#24309B (or 0x24309B) is known color: Egyptian Blue. HEX triplet: 24, 30 and 9B. RGB value is (36,48,155). Sum of RGB (Red+Green+Blue) = 36+48+155=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #24309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24309B is #DBCF64. Grayscale: #383838. Windows color (decimal): -14405477 or 10170404. OLE color: 10170404.
HSL color Cylindrical-coordinate representation of color #24309B: hue angle of 233.95º 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 #24309B is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 48 | 155 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.39 |
| HSL | 233.95º | 0.62% | 0.37% | - |
| HSV(B) | 233.95º | 0.77% | 0.61% | - |
| XYZ | 7.7 | 4.86 | 31.54 | - |
| YUV | 56.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 155 | 0.77 | 0.69 | 0 | 0.39 | 233.95 | 0.62 | 0.37 |
| Hex | 24 | 30 | 9B | 4D | 45 | 0 | 27 | EA | 3E | 25 |
| Octal | 44 | 60 | 233 | 115 | 105 | 0 | 47 | 352 | 76 | 45 |
| Binary | 100100 | 110000 | 10011011 | 1001101 | 1000101 | 0 | 100111 | 11101010 | 111110 | 100101 |
Color Harmonies of #24309B
Complementary color
Monochromatic Colors of #24309B
Black with #24309B
Text Example
Text Example
White with #24309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24309B; }
p { color: rgb(36,48,155); }
H1.HeaderClassName
{
color: #24309B;
}
.AnyTagClassName
{
color: #24309B;
}
</style>
background-color css
<style>
a { background-color: #24309B; }
a { background-color: rgb(36,48,155); }
div.DivClassName
{
background-color: #24309B;
}
.BgClassName
{
background-color: #24309B;
}
</style>
border-color css
<style>
span { border-color: #24309B; }
span { border-color: rgb(36,48,155); }
td.TdClassName
{
border-color: #24309B;
}
.TagClassName
{
border-color: #24309B;
}
</style>