Shades of Egyptian Blue #2339A0
Tints of Egyptian Blue #2339A0
RGB
CMYK
RGB Variations
Color information
#2339A0 (or 0x2339A0) is known color: Egyptian Blue. HEX triplet: 23, 39 and A0. RGB value is (35,57,160). Sum of RGB (Red+Green+Blue) = 35+57+160=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 160 (62.89% from 255 or 63.49% from 252); Max value from RGB is 160 - color contains mainly: blue. Hex color #2339A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2339A0 is #DCC65F. Grayscale: #3D3D3D. Windows color (decimal): -14468704 or 10500387. OLE color: 10500387.
HSL color Cylindrical-coordinate representation of color #2339A0: hue angle of 229.44º 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 #2339A0 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 57 | 160 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.37 |
| HSL | 229.44º | 0.64% | 0.38% | - |
| HSV(B) | 229.44º | 0.78% | 0.63% | - |
| XYZ | 8.5 | 5.82 | 33.93 | - |
| YUV | 62.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 160 | 0.78 | 0.64 | 0 | 0.37 | 229.44 | 0.64 | 0.38 |
| Hex | 23 | 39 | A0 | 4E | 40 | 0 | 25 | E5 | 40 | 26 |
| Octal | 43 | 71 | 240 | 116 | 100 | 0 | 45 | 345 | 100 | 46 |
| Binary | 100011 | 111001 | 10100000 | 1001110 | 1000000 | 0 | 100101 | 11100101 | 1000000 | 100110 |
Color Harmonies of #2339A0
Complementary color
Monochromatic Colors of #2339A0
Black with #2339A0
Text Example
Text Example
White with #2339A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2339A0; }
p { color: rgb(35,57,160); }
H1.HeaderClassName
{
color: #2339A0;
}
.AnyTagClassName
{
color: #2339A0;
}
</style>
background-color css
<style>
a { background-color: #2339A0; }
a { background-color: rgb(35,57,160); }
div.DivClassName
{
background-color: #2339A0;
}
.BgClassName
{
background-color: #2339A0;
}
</style>
border-color css
<style>
span { border-color: #2339A0; }
span { border-color: rgb(35,57,160); }
td.TdClassName
{
border-color: #2339A0;
}
.TagClassName
{
border-color: #2339A0;
}
</style>