Shades of Egyptian Blue #2332A0
Tints of Egyptian Blue #2332A0
RGB
CMYK
RGB Variations
Color information
#2332A0 (or 0x2332A0) is known color: Egyptian Blue. HEX triplet: 23, 32 and A0. RGB value is (35,50,160). Sum of RGB (Red+Green+Blue) = 35+50+160=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #2332A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2332A0 is #DCCD5F. Grayscale: #393939. Windows color (decimal): -14470496 or 10498595. OLE color: 10498595.
HSL color Cylindrical-coordinate representation of color #2332A0: hue angle of 232.8º 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 #2332A0 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 50 | 160 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.37 |
| HSL | 232.8º | 0.64% | 0.38% | - |
| HSV(B) | 232.8º | 0.78% | 0.63% | - |
| XYZ | 8.18 | 5.18 | 33.83 | - |
| YUV | 58.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 160 | 0.78 | 0.69 | 0 | 0.37 | 232.8 | 0.64 | 0.38 |
| Hex | 23 | 32 | A0 | 4E | 45 | 0 | 25 | E9 | 40 | 26 |
| Octal | 43 | 62 | 240 | 116 | 105 | 0 | 45 | 351 | 100 | 46 |
| Binary | 100011 | 110010 | 10100000 | 1001110 | 1000101 | 0 | 100101 | 11101001 | 1000000 | 100110 |
Color Harmonies of #2332A0
Complementary color
Monochromatic Colors of #2332A0
Black with #2332A0
Text Example
Text Example
White with #2332A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2332A0; }
p { color: rgb(35,50,160); }
H1.HeaderClassName
{
color: #2332A0;
}
.AnyTagClassName
{
color: #2332A0;
}
</style>
background-color css
<style>
a { background-color: #2332A0; }
a { background-color: rgb(35,50,160); }
div.DivClassName
{
background-color: #2332A0;
}
.BgClassName
{
background-color: #2332A0;
}
</style>
border-color css
<style>
span { border-color: #2332A0; }
span { border-color: rgb(35,50,160); }
td.TdClassName
{
border-color: #2332A0;
}
.TagClassName
{
border-color: #2332A0;
}
</style>