Shades of Egyptian Blue #2037A3
Tints of Egyptian Blue #2037A3
RGB
CMYK
RGB Variations
Color information
#2037A3 (or 0x2037A3) is known color: Egyptian Blue. HEX triplet: 20, 37 and A3. RGB value is (32,55,163). Sum of RGB (Red+Green+Blue) = 32+55+163=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #2037A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2037A3 is #DFC85C. Grayscale: #3B3B3B. Windows color (decimal): -14665821 or 10696480. OLE color: 10696480.
HSL color Cylindrical-coordinate representation of color #2037A3: hue angle of 229.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2037A3 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 55 | 163 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.36 |
| HSL | 229.47º | 0.67% | 0.38% | - |
| HSV(B) | 229.47º | 0.8% | 0.64% | - |
| XYZ | 8.57 | 5.68 | 35.3 | - |
| YUV | 60.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 163 | 0.80 | 0.66 | 0 | 0.36 | 229.47 | 0.67 | 0.38 |
| Hex | 20 | 37 | A3 | 50 | 42 | 0 | 24 | E5 | 43 | 26 |
| Octal | 40 | 67 | 243 | 120 | 102 | 0 | 44 | 345 | 103 | 46 |
| Binary | 100000 | 110111 | 10100011 | 1010000 | 1000010 | 0 | 100100 | 11100101 | 1000011 | 100110 |
Color Harmonies of #2037A3
Complementary color
Monochromatic Colors of #2037A3
Black with #2037A3
Text Example
Text Example
White with #2037A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037A3; }
p { color: rgb(32,55,163); }
H1.HeaderClassName
{
color: #2037A3;
}
.AnyTagClassName
{
color: #2037A3;
}
</style>
background-color css
<style>
a { background-color: #2037A3; }
a { background-color: rgb(32,55,163); }
div.DivClassName
{
background-color: #2037A3;
}
.BgClassName
{
background-color: #2037A3;
}
</style>
border-color css
<style>
span { border-color: #2037A3; }
span { border-color: rgb(32,55,163); }
td.TdClassName
{
border-color: #2037A3;
}
.TagClassName
{
border-color: #2037A3;
}
</style>