Shades of Egyptian Blue #2C3FA0
Tints of Egyptian Blue #2C3FA0
RGB
CMYK
RGB Variations
Color information
#2C3FA0 (or 0x2C3FA0) is known color: Egyptian Blue. HEX triplet: 2C, 3F and A0. RGB value is (44,63,160). Sum of RGB (Red+Green+Blue) = 44+63+160=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #2C3FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3FA0 is #D3C05F. Grayscale: #434343. Windows color (decimal): -13877344 or 10501932. OLE color: 10501932.
HSL color Cylindrical-coordinate representation of color #2C3FA0: hue angle of 230.17º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C3FA0 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 63 | 160 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.37 |
| HSL | 230.17º | 0.57% | 0.4% | - |
| HSV(B) | 230.17º | 0.73% | 0.63% | - |
| XYZ | 9.16 | 6.63 | 34.05 | - |
| YUV | 68.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 160 | 0.72 | 0.61 | 0 | 0.37 | 230.17 | 0.57 | 0.4 |
| Hex | 2C | 3F | A0 | 48 | 3D | 0 | 25 | E6 | 39 | 28 |
| Octal | 54 | 77 | 240 | 110 | 75 | 0 | 45 | 346 | 71 | 50 |
| Binary | 101100 | 111111 | 10100000 | 1001000 | 111101 | 0 | 100101 | 11100110 | 111001 | 101000 |
Color Harmonies of #2C3FA0
Complementary color
Monochromatic Colors of #2C3FA0
Black with #2C3FA0
Text Example
Text Example
White with #2C3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3FA0; }
p { color: rgb(44,63,160); }
H1.HeaderClassName
{
color: #2C3FA0;
}
.AnyTagClassName
{
color: #2C3FA0;
}
</style>
background-color css
<style>
a { background-color: #2C3FA0; }
a { background-color: rgb(44,63,160); }
div.DivClassName
{
background-color: #2C3FA0;
}
.BgClassName
{
background-color: #2C3FA0;
}
</style>
border-color css
<style>
span { border-color: #2C3FA0; }
span { border-color: rgb(44,63,160); }
td.TdClassName
{
border-color: #2C3FA0;
}
.TagClassName
{
border-color: #2C3FA0;
}
</style>