Shades of Egyptian Blue #2131A7
Tints of Egyptian Blue #2131A7
RGB
CMYK
RGB Variations
Color information
#2131A7 (or 0x2131A7) is known color: Egyptian Blue. HEX triplet: 21, 31 and A7. RGB value is (33,49,167). Sum of RGB (Red+Green+Blue) = 33+49+167=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 167 (65.62% from 255 or 67.07% from 249); Max value from RGB is 167 - color contains mainly: blue. Hex color #2131A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2131A7 is #DECE58. Grayscale: #393939. Windows color (decimal): -14601817 or 10957089. OLE color: 10957089.
HSL color Cylindrical-coordinate representation of color #2131A7: hue angle of 232.84º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2131A7 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 49 | 167 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.35 |
| HSL | 232.84º | 0.67% | 0.39% | - |
| HSV(B) | 232.84º | 0.8% | 0.65% | - |
| XYZ | 8.7 | 5.31 | 37.13 | - |
| YUV | 57.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 167 | 0.80 | 0.71 | 0 | 0.35 | 232.84 | 0.67 | 0.39 |
| Hex | 21 | 31 | A7 | 50 | 47 | 0 | 23 | E9 | 43 | 27 |
| Octal | 41 | 61 | 247 | 120 | 107 | 0 | 43 | 351 | 103 | 47 |
| Binary | 100001 | 110001 | 10100111 | 1010000 | 1000111 | 0 | 100011 | 11101001 | 1000011 | 100111 |
Color Harmonies of #2131A7
Complementary color
Monochromatic Colors of #2131A7
Black with #2131A7
Text Example
Text Example
White with #2131A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131A7; }
p { color: rgb(33,49,167); }
H1.HeaderClassName
{
color: #2131A7;
}
.AnyTagClassName
{
color: #2131A7;
}
</style>
background-color css
<style>
a { background-color: #2131A7; }
a { background-color: rgb(33,49,167); }
div.DivClassName
{
background-color: #2131A7;
}
.BgClassName
{
background-color: #2131A7;
}
</style>
border-color css
<style>
span { border-color: #2131A7; }
span { border-color: rgb(33,49,167); }
td.TdClassName
{
border-color: #2131A7;
}
.TagClassName
{
border-color: #2131A7;
}
</style>