Shades of Egyptian Blue #243FA5
Tints of Egyptian Blue #243FA5
RGB
CMYK
RGB Variations
Color information
#243FA5 (or 0x243FA5) is known color: Egyptian Blue. HEX triplet: 24, 3F and A5. RGB value is (36,63,165). Sum of RGB (Red+Green+Blue) = 36+63+165=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #243FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243FA5 is #DBC05A. Grayscale: #424242. Windows color (decimal): -14401627 or 10829604. OLE color: 10829604.
HSL color Cylindrical-coordinate representation of color #243FA5: hue angle of 227.44º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #243FA5 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 63 | 165 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.35 |
| HSL | 227.44º | 0.64% | 0.39% | - |
| HSV(B) | 227.44º | 0.78% | 0.65% | - |
| XYZ | 9.3 | 6.65 | 36.39 | - |
| YUV | 66.56 | 183.55 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 165 | 0.78 | 0.62 | 0 | 0.35 | 227.44 | 0.64 | 0.39 |
| Hex | 24 | 3F | A5 | 4E | 3E | 0 | 23 | E3 | 40 | 27 |
| Octal | 44 | 77 | 245 | 116 | 76 | 0 | 43 | 343 | 100 | 47 |
| Binary | 100100 | 111111 | 10100101 | 1001110 | 111110 | 0 | 100011 | 11100011 | 1000000 | 100111 |
Color Harmonies of #243FA5
Complementary color
Monochromatic Colors of #243FA5
Black with #243FA5
Text Example
Text Example
White with #243FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FA5; }
p { color: rgb(36,63,165); }
H1.HeaderClassName
{
color: #243FA5;
}
.AnyTagClassName
{
color: #243FA5;
}
</style>
background-color css
<style>
a { background-color: #243FA5; }
a { background-color: rgb(36,63,165); }
div.DivClassName
{
background-color: #243FA5;
}
.BgClassName
{
background-color: #243FA5;
}
</style>
border-color css
<style>
span { border-color: #243FA5; }
span { border-color: rgb(36,63,165); }
td.TdClassName
{
border-color: #243FA5;
}
.TagClassName
{
border-color: #243FA5;
}
</style>