Shades of Egyptian Blue #203AA3
Tints of Egyptian Blue #203AA3
RGB
CMYK
RGB Variations
Color information
#203AA3 (or 0x203AA3) is known color: Egyptian Blue. HEX triplet: 20, 3A and A3. RGB value is (32,58,163). Sum of RGB (Red+Green+Blue) = 32+58+163=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 163 (64.06% from 255 or 64.43% from 253); Max value from RGB is 163 - color contains mainly: blue. Hex color #203AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AA3 is #DFC55C. Grayscale: #3D3D3D. Windows color (decimal): -14665053 or 10697248. OLE color: 10697248.
HSL color Cylindrical-coordinate representation of color #203AA3: hue angle of 228.09º 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 #203AA3 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 58 | 163 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.36 |
| HSL | 228.09º | 0.67% | 0.38% | - |
| HSV(B) | 228.09º | 0.8% | 0.64% | - |
| XYZ | 8.72 | 5.98 | 35.34 | - |
| YUV | 62.2 | 184.89 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 163 | 0.80 | 0.64 | 0 | 0.36 | 228.09 | 0.67 | 0.38 |
| Hex | 20 | 3A | A3 | 50 | 40 | 0 | 24 | E4 | 43 | 26 |
| Octal | 40 | 72 | 243 | 120 | 100 | 0 | 44 | 344 | 103 | 46 |
| Binary | 100000 | 111010 | 10100011 | 1010000 | 1000000 | 0 | 100100 | 11100100 | 1000011 | 100110 |
Color Harmonies of #203AA3
Complementary color
Monochromatic Colors of #203AA3
Black with #203AA3
Text Example
Text Example
White with #203AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AA3; }
p { color: rgb(32,58,163); }
H1.HeaderClassName
{
color: #203AA3;
}
.AnyTagClassName
{
color: #203AA3;
}
</style>
background-color css
<style>
a { background-color: #203AA3; }
a { background-color: rgb(32,58,163); }
div.DivClassName
{
background-color: #203AA3;
}
.BgClassName
{
background-color: #203AA3;
}
</style>
border-color css
<style>
span { border-color: #203AA3; }
span { border-color: rgb(32,58,163); }
td.TdClassName
{
border-color: #203AA3;
}
.TagClassName
{
border-color: #203AA3;
}
</style>