Shades of Egyptian Blue #243FA4
Tints of Egyptian Blue #243FA4
RGB
CMYK
RGB Variations
Color information
#243FA4 (or 0x243FA4) is known color: Egyptian Blue. HEX triplet: 24, 3F and A4. RGB value is (36,63,164). Sum of RGB (Red+Green+Blue) = 36+63+164=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #243FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243FA4 is #DBC05B. Grayscale: #424242. Windows color (decimal): -14401628 or 10764068. OLE color: 10764068.
HSL color Cylindrical-coordinate representation of color #243FA4: hue angle of 227.34º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #243FA4 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 63 | 164 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.36 |
| HSL | 227.34º | 0.64% | 0.39% | - |
| HSV(B) | 227.34º | 0.78% | 0.64% | - |
| XYZ | 9.21 | 6.61 | 35.91 | - |
| YUV | 66.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 164 | 0.78 | 0.62 | 0 | 0.36 | 227.34 | 0.64 | 0.39 |
| Hex | 24 | 3F | A4 | 4E | 3E | 0 | 24 | E3 | 40 | 27 |
| Octal | 44 | 77 | 244 | 116 | 76 | 0 | 44 | 343 | 100 | 47 |
| Binary | 100100 | 111111 | 10100100 | 1001110 | 111110 | 0 | 100100 | 11100011 | 1000000 | 100111 |
Color Harmonies of #243FA4
Complementary color
Monochromatic Colors of #243FA4
Black with #243FA4
Text Example
Text Example
White with #243FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FA4; }
p { color: rgb(36,63,164); }
H1.HeaderClassName
{
color: #243FA4;
}
.AnyTagClassName
{
color: #243FA4;
}
</style>
background-color css
<style>
a { background-color: #243FA4; }
a { background-color: rgb(36,63,164); }
div.DivClassName
{
background-color: #243FA4;
}
.BgClassName
{
background-color: #243FA4;
}
</style>
border-color css
<style>
span { border-color: #243FA4; }
span { border-color: rgb(36,63,164); }
td.TdClassName
{
border-color: #243FA4;
}
.TagClassName
{
border-color: #243FA4;
}
</style>