Shades of Egyptian Blue #2A3FA1
Tints of Egyptian Blue #2A3FA1
RGB
CMYK
RGB Variations
Color information
#2A3FA1 (or 0x2A3FA1) is known color: Egyptian Blue. HEX triplet: 2A, 3F and A1. RGB value is (42,63,161). Sum of RGB (Red+Green+Blue) = 42+63+161=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #2A3FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3FA1 is #D5C05E. Grayscale: #434343. Windows color (decimal): -14008415 or 10567466. OLE color: 10567466.
HSL color Cylindrical-coordinate representation of color #2A3FA1: hue angle of 229.41º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A3FA1 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 63 | 161 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.37 |
| HSL | 229.41º | 0.59% | 0.4% | - |
| HSV(B) | 229.41º | 0.74% | 0.63% | - |
| XYZ | 9.17 | 6.62 | 34.51 | - |
| YUV | 67.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 161 | 0.74 | 0.61 | 0 | 0.37 | 229.41 | 0.59 | 0.4 |
| Hex | 2A | 3F | A1 | 4A | 3D | 0 | 25 | E5 | 3B | 28 |
| Octal | 52 | 77 | 241 | 112 | 75 | 0 | 45 | 345 | 73 | 50 |
| Binary | 101010 | 111111 | 10100001 | 1001010 | 111101 | 0 | 100101 | 11100101 | 111011 | 101000 |
Color Harmonies of #2A3FA1
Complementary color
Monochromatic Colors of #2A3FA1
Black with #2A3FA1
Text Example
Text Example
White with #2A3FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3FA1; }
p { color: rgb(42,63,161); }
H1.HeaderClassName
{
color: #2A3FA1;
}
.AnyTagClassName
{
color: #2A3FA1;
}
</style>
background-color css
<style>
a { background-color: #2A3FA1; }
a { background-color: rgb(42,63,161); }
div.DivClassName
{
background-color: #2A3FA1;
}
.BgClassName
{
background-color: #2A3FA1;
}
</style>
border-color css
<style>
span { border-color: #2A3FA1; }
span { border-color: rgb(42,63,161); }
td.TdClassName
{
border-color: #2A3FA1;
}
.TagClassName
{
border-color: #2A3FA1;
}
</style>