Shades of Egyptian Blue #2B279C
Tints of Egyptian Blue #2B279C
RGB
CMYK
RGB Variations
Color information
#2B279C (or 0x2B279C) is known color: Egyptian Blue. HEX triplet: 2B, 27 and 9C. RGB value is (43,39,156). Sum of RGB (Red+Green+Blue) = 43+39+156=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B279C is #D4D863. Grayscale: #353535. Windows color (decimal): -13949028 or 10233643. OLE color: 10233643.
HSL color Cylindrical-coordinate representation of color #2B279C: hue angle of 242.05º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B279C is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 39 | 156 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.39 |
| HSL | 242.05º | 0.6% | 0.38% | - |
| HSV(B) | 242.05º | 0.75% | 0.61% | - |
| XYZ | 7.72 | 4.36 | 31.89 | - |
| YUV | 53.53 | 185.83 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 156 | 0.72 | 0.75 | 0 | 0.39 | 242.05 | 0.6 | 0.38 |
| Hex | 2B | 27 | 9C | 48 | 4B | 0 | 27 | F2 | 3C | 26 |
| Octal | 53 | 47 | 234 | 110 | 113 | 0 | 47 | 362 | 74 | 46 |
| Binary | 101011 | 100111 | 10011100 | 1001000 | 1001011 | 0 | 100111 | 11110010 | 111100 | 100110 |
Color Harmonies of #2B279C
Complementary color
Monochromatic Colors of #2B279C
Black with #2B279C
Text Example
Text Example
White with #2B279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B279C; }
p { color: rgb(43,39,156); }
H1.HeaderClassName
{
color: #2B279C;
}
.AnyTagClassName
{
color: #2B279C;
}
</style>
background-color css
<style>
a { background-color: #2B279C; }
a { background-color: rgb(43,39,156); }
div.DivClassName
{
background-color: #2B279C;
}
.BgClassName
{
background-color: #2B279C;
}
</style>
border-color css
<style>
span { border-color: #2B279C; }
span { border-color: rgb(43,39,156); }
td.TdClassName
{
border-color: #2B279C;
}
.TagClassName
{
border-color: #2B279C;
}
</style>