Shades of Egyptian Blue #24369F
Tints of Egyptian Blue #24369F
RGB
CMYK
RGB Variations
Color information
#24369F (or 0x24369F) is known color: Egyptian Blue. HEX triplet: 24, 36 and 9F. RGB value is (36,54,159). Sum of RGB (Red+Green+Blue) = 36+54+159=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #24369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24369F is #DBC960. Grayscale: #3C3C3C. Windows color (decimal): -14403937 or 10434084. OLE color: 10434084.
HSL color Cylindrical-coordinate representation of color #24369F: hue angle of 231.22º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24369F is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 54 | 159 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.38 |
| HSL | 231.22º | 0.63% | 0.38% | - |
| HSV(B) | 231.22º | 0.77% | 0.62% | - |
| XYZ | 8.3 | 5.52 | 33.43 | - |
| YUV | 60.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 159 | 0.77 | 0.66 | 0 | 0.38 | 231.22 | 0.63 | 0.38 |
| Hex | 24 | 36 | 9F | 4D | 42 | 0 | 26 | E7 | 3F | 26 |
| Octal | 44 | 66 | 237 | 115 | 102 | 0 | 46 | 347 | 77 | 46 |
| Binary | 100100 | 110110 | 10011111 | 1001101 | 1000010 | 0 | 100110 | 11100111 | 111111 | 100110 |
Color Harmonies of #24369F
Complementary color
Monochromatic Colors of #24369F
Black with #24369F
Text Example
Text Example
White with #24369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24369F; }
p { color: rgb(36,54,159); }
H1.HeaderClassName
{
color: #24369F;
}
.AnyTagClassName
{
color: #24369F;
}
</style>
background-color css
<style>
a { background-color: #24369F; }
a { background-color: rgb(36,54,159); }
div.DivClassName
{
background-color: #24369F;
}
.BgClassName
{
background-color: #24369F;
}
</style>
border-color css
<style>
span { border-color: #24369F; }
span { border-color: rgb(36,54,159); }
td.TdClassName
{
border-color: #24369F;
}
.TagClassName
{
border-color: #24369F;
}
</style>