Shades of Egyptian Blue #2331A0
Tints of Egyptian Blue #2331A0
RGB
CMYK
RGB Variations
Color information
#2331A0 (or 0x2331A0) is known color: Egyptian Blue. HEX triplet: 23, 31 and A0. RGB value is (35,49,160). Sum of RGB (Red+Green+Blue) = 35+49+160=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #2331A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2331A0 is #DCCE5F. Grayscale: #393939. Windows color (decimal): -14470752 or 10498339. OLE color: 10498339.
HSL color Cylindrical-coordinate representation of color #2331A0: hue angle of 233.28º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2331A0 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 49 | 160 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.37 |
| HSL | 233.28º | 0.64% | 0.38% | - |
| HSV(B) | 233.28º | 0.78% | 0.63% | - |
| XYZ | 8.14 | 5.09 | 33.81 | - |
| YUV | 57.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 160 | 0.78 | 0.69 | 0 | 0.37 | 233.28 | 0.64 | 0.38 |
| Hex | 23 | 31 | A0 | 4E | 45 | 0 | 25 | E9 | 40 | 26 |
| Octal | 43 | 61 | 240 | 116 | 105 | 0 | 45 | 351 | 100 | 46 |
| Binary | 100011 | 110001 | 10100000 | 1001110 | 1000101 | 0 | 100101 | 11101001 | 1000000 | 100110 |
Color Harmonies of #2331A0
Complementary color
Monochromatic Colors of #2331A0
Black with #2331A0
Text Example
Text Example
White with #2331A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2331A0; }
p { color: rgb(35,49,160); }
H1.HeaderClassName
{
color: #2331A0;
}
.AnyTagClassName
{
color: #2331A0;
}
</style>
background-color css
<style>
a { background-color: #2331A0; }
a { background-color: rgb(35,49,160); }
div.DivClassName
{
background-color: #2331A0;
}
.BgClassName
{
background-color: #2331A0;
}
</style>
border-color css
<style>
span { border-color: #2331A0; }
span { border-color: rgb(35,49,160); }
td.TdClassName
{
border-color: #2331A0;
}
.TagClassName
{
border-color: #2331A0;
}
</style>